Html Css Color HEX #587880 Blue Bayoux

📋 copy color: '#587880'

red 88 ◦ green 120 ◦ blue 128

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

Shades of Blue Bayoux #587880

Tints of Blue Bayoux #587880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.71%

 BLUE value IS 128 (50.39% from 255) = 38.1%

R = 26.19%
G = 35.71%
B = 38.1%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#587880 (or 0x587880) is known color: Blue Bayoux. HEX triplet: 58, 78 and 80. RGB value is (88,120,128). Sum of RGB (Red+Green+Blue) = 88+120+128=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 128 - color contains mainly: blue. Hex color #587880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587880 is #A7877F. Grayscale: #6F6F6F. Windows color (decimal): -10979200 or 8419416. OLE color: 8419416.

HSL color Cylindrical-coordinate representation of color #587880: hue angle of 192º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #587880 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 120 128 -
CMYK 0.31 0.06 0 0.50
HSL 192º 0.19% 0.42% -
HSV(B) 192º 0.31% 0.5% -
XYZ 14.64 17.07 22.94 -
YUV 111.34 137.4 111.35 -
System Red Green Blue C M Y K H S L
Decimal 88 120 128 0.31 0.06 0 0.50 192 0.19 0.42
Hex 58 78 80 1F 6 0 32 C0 13 2A
Octal 130 170 200 37 6 0 62 300 23 52
Binary 1011000 1111000 10000000 11111 110 0 110010 11000000 10011 101010

Color Harmonies of #587880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587880

Black with #587880

Text Example


Text Example

White with #587880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587880; }

 p { color: rgb(88,120,128); }

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

background-color css

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

 a { background-color: rgb(88,120,128); }

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

border-color css

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

 span { border-color: rgb(88,120,128); }

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