Html Css Color HEX #597585 Blue Bayoux

📋 copy color: '#597585'

red 89 ◦ green 117 ◦ blue 133

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

Shades of Blue Bayoux #597585

Tints of Blue Bayoux #597585

RGB

 RED value IS 89 (35.16% from 255) = 26.25%

 GREEN value IS 117 (46.09% from 255) = 34.51%

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

R = 26.25%
G = 34.51%
B = 39.23%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#597585 (or 0x597585) is known color: Blue Bayoux. HEX triplet: 59, 75 and 85. RGB value is (89,117,133). Sum of RGB (Red+Green+Blue) = 89+117+133=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #597585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597585 is #A68A7A. Grayscale: #6E6E6E. Windows color (decimal): -10914427 or 8746329. OLE color: 8746329.

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

Color convert

RGB 89 117 133 -
CMYK 0.33 0.12 0 0.48
HSL 201.82º 0.2% 0.44% -
HSV(B) 201.82º 0.33% 0.52% -
XYZ 14.71 16.54 24.61 -
YUV 110.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 89 117 133 0.33 0.12 0 0.48 201.82 0.2 0.44
Hex 59 75 85 21 C 0 30 CA 14 2C
Octal 131 165 205 41 14 0 60 312 24 54
Binary 1011001 1110101 10000101 100001 1100 0 110000 11001010 10100 101100

Color Harmonies of #597585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597585

Black with #597585

Text Example


Text Example

White with #597585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597585; }

 p { color: rgb(89,117,133); }

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

background-color css

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

 a { background-color: rgb(89,117,133); }

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

border-color css

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

 span { border-color: rgb(89,117,133); }

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