Html Css Color HEX #582176 Blue Diamond

📋 copy color: '#582176'

red 88 ◦ green 33 ◦ blue 118

#582176
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #582176

Tints of Blue Diamond #582176

RGB

 RED value IS 88 (34.77% from 255) = 36.82%

 GREEN value IS 33 (13.28% from 255) = 13.81%

 BLUE value IS 118 (46.48% from 255) = 49.37%

R = 36.82%
G = 13.81%
B = 49.37%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#582176 (or 0x582176) is known color: Blue Diamond. HEX triplet: 58, 21 and 76. RGB value is (88,33,118). Sum of RGB (Red+Green+Blue) = 88+33+118=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #582176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582176 is #A7DE89. Grayscale: #3A3A3A. Windows color (decimal): -11001482 or 7741784. OLE color: 7741784.

HSL color Cylindrical-coordinate representation of color #582176: hue angle of 278.82º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #582176 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 33 118 -
CMYK 0.25 0.72 0 0.54
HSL 278.82º 0.56% 0.3% -
HSV(B) 278.82º 0.72% 0.46% -
XYZ 7.84 4.47 17.59 -
YUV 59.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 88 33 118 0.25 0.72 0 0.54 278.82 0.56 0.3
Hex 58 21 76 19 48 0 36 117 38 1E
Octal 130 41 166 31 110 0 66 427 70 36
Binary 1011000 100001 1110110 11001 1001000 0 110110 100010111 111000 11110

Color Harmonies of #582176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582176

Black with #582176

Text Example


Text Example

White with #582176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582176; }

 p { color: rgb(88,33,118); }

 H1.HeaderClassName
 {
   color: #582176;
 }
 .AnyTagClassName
 {
   color: #582176;
 }
</style>

background-color css

<style>
 a { background-color: #582176; }

 a { background-color: rgb(88,33,118); }

 div.DivClassName
 {
   background-color: #582176;
 }
 .BgClassName
 {
   background-color: #582176;
 }
</style>

border-color css

<style>
 span { border-color: #582176; }

 span { border-color: rgb(88,33,118); }

 td.TdClassName
 {
   border-color: #582176;
 }
 .TagClassName
 {
   border-color: #582176;
 }
</style>