Html Css Color HEX #587B80 Blue Bayoux

📋 copy color: '#587B80'

red 88 ◦ green 123 ◦ blue 128

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

Shades of Blue Bayoux #587B80

Tints of Blue Bayoux #587B80

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.28%

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

R = 25.96%
G = 36.28%
B = 37.76%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#587B80 (or 0x587B80) is known color: Blue Bayoux. HEX triplet: 58, 7B and 80. RGB value is (88,123,128). Sum of RGB (Red+Green+Blue) = 88+123+128=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 128 - color contains mainly: blue. Hex color #587B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587B80 is #A7847F. Grayscale: #717171. Windows color (decimal): -10978432 or 8420184. OLE color: 8420184.

HSL color Cylindrical-coordinate representation of color #587B80: hue angle of 187.5º 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 #587B80 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 123 128 -
CMYK 0.31 0.04 0 0.50
HSL 187.5º 0.19% 0.42% -
HSV(B) 187.5º 0.31% 0.5% -
XYZ 15 17.8 23.07 -
YUV 113.11 136.4 110.09 -
System Red Green Blue C M Y K H S L
Decimal 88 123 128 0.31 0.04 0 0.50 187.5 0.19 0.42
Hex 58 7B 80 1F 4 0 32 BC 13 2A
Octal 130 173 200 37 4 0 62 274 23 52
Binary 1011000 1111011 10000000 11111 100 0 110010 10111100 10011 101010

Color Harmonies of #587B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587B80

Black with #587B80

Text Example


Text Example

White with #587B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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