Html Css Color HEX #587A81 Blue Bayoux

📋 copy color: '#587A81'

red 88 ◦ green 122 ◦ blue 129

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

Shades of Blue Bayoux #587A81

Tints of Blue Bayoux #587A81

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.99%

 BLUE value IS 129 (50.78% from 255) = 38.05%

R = 25.96%
G = 35.99%
B = 38.05%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#587A81 (or 0x587A81) is known color: Blue Bayoux. HEX triplet: 58, 7A and 81. RGB value is (88,122,129). Sum of RGB (Red+Green+Blue) = 88+122+129=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 129 - color contains mainly: blue. Hex color #587A81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587A81 is #A7857E. Grayscale: #707070. Windows color (decimal): -10978687 or 8485464. OLE color: 8485464.

HSL color Cylindrical-coordinate representation of color #587A81: hue angle of 190.24º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #587A81 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 122 129 -
CMYK 0.32 0.05 0 0.49
HSL 190.24º 0.19% 0.43% -
HSV(B) 190.24º 0.32% 0.51% -
XYZ 14.95 17.58 23.37 -
YUV 112.63 137.24 110.43 -
System Red Green Blue C M Y K H S L
Decimal 88 122 129 0.32 0.05 0 0.49 190.24 0.19 0.43
Hex 58 7A 81 20 5 0 31 BE 13 2B
Octal 130 172 201 40 5 0 61 276 23 53
Binary 1011000 1111010 10000001 100000 101 0 110001 10111110 10011 101011

Color Harmonies of #587A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587A81

Black with #587A81

Text Example


Text Example

White with #587A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,122,129); }

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

background-color css

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

 a { background-color: rgb(88,122,129); }

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

border-color css

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

 span { border-color: rgb(88,122,129); }

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