Html Css Color HEX #587485 Blue Bayoux

📋 copy color: '#587485'

red 88 ◦ green 116 ◦ blue 133

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

Shades of Blue Bayoux #587485

Tints of Blue Bayoux #587485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.42%

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

R = 26.11%
G = 34.42%
B = 39.47%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#587485 (or 0x587485) is known color: Blue Bayoux. HEX triplet: 58, 74 and 85. RGB value is (88,116,133). Sum of RGB (Red+Green+Blue) = 88+116+133=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #587485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587485 is #A78B7A. Grayscale: #6D6D6D. Windows color (decimal): -10980219 or 8746072. OLE color: 8746072.

HSL color Cylindrical-coordinate representation of color #587485: hue angle of 202.67º 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 #587485 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 116 133 -
CMYK 0.34 0.13 0 0.48
HSL 202.67º 0.2% 0.43% -
HSV(B) 202.67º 0.34% 0.52% -
XYZ 14.5 16.26 24.56 -
YUV 109.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 88 116 133 0.34 0.13 0 0.48 202.67 0.2 0.43
Hex 58 74 85 22 D 0 30 CB 14 2B
Octal 130 164 205 42 15 0 60 313 24 53
Binary 1011000 1110100 10000101 100010 1101 0 110000 11001011 10100 101011

Color Harmonies of #587485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587485

Black with #587485

Text Example


Text Example

White with #587485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587485; }

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

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

background-color css

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

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

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

border-color css

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

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

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