Html Css Color HEX #597885 Blue Bayoux

📋 copy color: '#597885'

red 89 ◦ green 120 ◦ blue 133

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

Shades of Blue Bayoux #597885

Tints of Blue Bayoux #597885

RGB

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

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

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

R = 26.02%
G = 35.09%
B = 38.89%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#597885 (or 0x597885) is known color: Blue Bayoux. HEX triplet: 59, 78 and 85. RGB value is (89,120,133). Sum of RGB (Red+Green+Blue) = 89+120+133=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #597885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597885 is #A6877A. Grayscale: #707070. Windows color (decimal): -10913659 or 8747097. OLE color: 8747097.

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

Color convert

RGB 89 120 133 -
CMYK 0.33 0.10 0 0.48
HSL 197.73º 0.2% 0.44% -
HSV(B) 197.73º 0.33% 0.52% -
XYZ 15.07 17.25 24.73 -
YUV 112.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 89 120 133 0.33 0.10 0 0.48 197.73 0.2 0.44
Hex 59 78 85 21 A 0 30 C6 14 2C
Octal 131 170 205 41 12 0 60 306 24 54
Binary 1011001 1111000 10000101 100001 1010 0 110000 11000110 10100 101100

Color Harmonies of #597885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597885

Black with #597885

Text Example


Text Example

White with #597885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597885; }

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

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

background-color css

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

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

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

border-color css

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

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

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