Html Css Color HEX #587885 Blue Bayoux

📋 copy color: '#587885'

red 88 ◦ green 120 ◦ blue 133

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

Shades of Blue Bayoux #587885

Tints of Blue Bayoux #587885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39%

R = 25.81%
G = 35.19%
B = 39%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#587885 (or 0x587885) is known color: Blue Bayoux. HEX triplet: 58, 78 and 85. RGB value is (88,120,133). Sum of RGB (Red+Green+Blue) = 88+120+133=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #587885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587885 is #A7877A. Grayscale: #6F6F6F. Windows color (decimal): -10979195 or 8747096. OLE color: 8747096.

HSL color Cylindrical-coordinate representation of color #587885: hue angle of 197.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #587885 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 120 133 -
CMYK 0.34 0.10 0 0.48
HSL 197.33º 0.2% 0.43% -
HSV(B) 197.33º 0.34% 0.52% -
XYZ 14.97 17.2 24.72 -
YUV 111.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 88 120 133 0.34 0.10 0 0.48 197.33 0.2 0.43
Hex 58 78 85 22 A 0 30 C5 14 2B
Octal 130 170 205 42 12 0 60 305 24 53
Binary 1011000 1111000 10000101 100010 1010 0 110000 11000101 10100 101011

Color Harmonies of #587885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587885

Black with #587885

Text Example


Text Example

White with #587885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587885; }

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

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

background-color css

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

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

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

border-color css

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

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

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