Html Css Color HEX #587479 Blue Bayoux

📋 copy color: '#587479'

red 88 ◦ green 116 ◦ blue 121

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

Shades of Blue Bayoux #587479

Tints of Blue Bayoux #587479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.69%

 BLUE value IS 121 (47.66% from 255) = 37.23%

R = 27.08%
G = 35.69%
B = 37.23%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#587479 (or 0x587479) is known color: Blue Bayoux. HEX triplet: 58, 74 and 79. RGB value is (88,116,121). Sum of RGB (Red+Green+Blue) = 88+116+121=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 121 - color contains mainly: blue. Hex color #587479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587479 is #A78B86. Grayscale: #6C6C6C. Windows color (decimal): -10980231 or 7959640. OLE color: 7959640.

HSL color Cylindrical-coordinate representation of color #587479: hue angle of 189.09º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #587479 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 116 121 -
CMYK 0.27 0.04 0 0.53
HSL 189.09º 0.16% 0.41% -
HSV(B) 189.09º 0.27% 0.47% -
XYZ 13.72 15.95 20.44 -
YUV 108.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 88 116 121 0.27 0.04 0 0.53 189.09 0.16 0.41
Hex 58 74 79 1B 4 0 35 BD 10 29
Octal 130 164 171 33 4 0 65 275 20 51
Binary 1011000 1110100 1111001 11011 100 0 110101 10111101 10000 101001

Color Harmonies of #587479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587479

Black with #587479

Text Example


Text Example

White with #587479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587479; }

 p { color: rgb(88,116,121); }

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

background-color css

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

 a { background-color: rgb(88,116,121); }

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

border-color css

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

 span { border-color: rgb(88,116,121); }

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