Html Css Color HEX #587980 Blue Bayoux

📋 copy color: '#587980'

red 88 ◦ green 121 ◦ blue 128

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

Shades of Blue Bayoux #587980

Tints of Blue Bayoux #587980

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.91%

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

R = 26.11%
G = 35.91%
B = 37.98%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#587980 (or 0x587980) is known color: Blue Bayoux. HEX triplet: 58, 79 and 80. RGB value is (88,121,128). Sum of RGB (Red+Green+Blue) = 88+121+128=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 128 - color contains mainly: blue. Hex color #587980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587980 is #A7867F. Grayscale: #6F6F6F. Windows color (decimal): -10978944 or 8419672. OLE color: 8419672.

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

Color convert

RGB 88 121 128 -
CMYK 0.31 0.05 0 0.50
HSL 190.5º 0.19% 0.42% -
HSV(B) 190.5º 0.31% 0.5% -
XYZ 14.76 17.31 22.99 -
YUV 111.93 137.07 110.93 -
System Red Green Blue C M Y K H S L
Decimal 88 121 128 0.31 0.05 0 0.50 190.5 0.19 0.42
Hex 58 79 80 1F 5 0 32 BE 13 2A
Octal 130 171 200 37 5 0 62 276 23 52
Binary 1011000 1111001 10000000 11111 101 0 110010 10111110 10011 101010

Color Harmonies of #587980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587980

Black with #587980

Text Example


Text Example

White with #587980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587980; }

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

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

background-color css

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

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

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

border-color css

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

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

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