Html Css Color HEX #597078 Blue Bayoux

📋 copy color: '#597078'

red 89 ◦ green 112 ◦ blue 120

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

Shades of Blue Bayoux #597078

Tints of Blue Bayoux #597078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.89%

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

R = 27.73%
G = 34.89%
B = 37.38%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#597078 (or 0x597078) is known color: Blue Bayoux. HEX triplet: 59, 70 and 78. RGB value is (89,112,120). Sum of RGB (Red+Green+Blue) = 89+112+120=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 120 - color contains mainly: blue. Hex color #597078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597078 is #A68F87. Grayscale: #696969. Windows color (decimal): -10915720 or 7893081. OLE color: 7893081.

HSL color Cylindrical-coordinate representation of color #597078: hue angle of 195.48º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #597078 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 112 120 -
CMYK 0.26 0.07 0 0.53
HSL 195.48º 0.15% 0.41% -
HSV(B) 195.48º 0.26% 0.47% -
XYZ 13.3 15.07 19.98 -
YUV 106.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 89 112 120 0.26 0.07 0 0.53 195.48 0.15 0.41
Hex 59 70 78 1A 7 0 35 C3 F 29
Octal 131 160 170 32 7 0 65 303 17 51
Binary 1011001 1110000 1111000 11010 111 0 110101 11000011 1111 101001

Color Harmonies of #597078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597078

Black with #597078

Text Example


Text Example

White with #597078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597078; }

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

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

background-color css

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

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

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

border-color css

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

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

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