Html Css Color HEX #587278 Blue Bayoux

📋 copy color: '#587278'

red 88 ◦ green 114 ◦ blue 120

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

Shades of Blue Bayoux #587278

Tints of Blue Bayoux #587278

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.4%

 BLUE value IS 120 (47.27% from 255) = 37.27%

R = 27.33%
G = 35.4%
B = 37.27%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#587278 (or 0x587278) is known color: Blue Bayoux. HEX triplet: 58, 72 and 78. RGB value is (88,114,120). Sum of RGB (Red+Green+Blue) = 88+114+120=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 120 - color contains mainly: blue. Hex color #587278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587278 is #A78D87. Grayscale: #6A6A6A. Windows color (decimal): -10980744 or 7893592. OLE color: 7893592.

HSL color Cylindrical-coordinate representation of color #587278: hue angle of 191.25º degrees, saturation: 0.15, 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 #587278 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 114 120 -
CMYK 0.27 0.05 0 0.53
HSL 191.25º 0.15% 0.41% -
HSV(B) 191.25º 0.27% 0.47% -
XYZ 13.43 15.47 20.05 -
YUV 106.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 88 114 120 0.27 0.05 0 0.53 191.25 0.15 0.41
Hex 58 72 78 1B 5 0 35 BF F 29
Octal 130 162 170 33 5 0 65 277 17 51
Binary 1011000 1110010 1111000 11011 101 0 110101 10111111 1111 101001

Color Harmonies of #587278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587278

Black with #587278

Text Example


Text Example

White with #587278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587278; }

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

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

background-color css

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

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

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

border-color css

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

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

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