Html Css Color HEX #597378 Blue Bayoux

📋 copy color: '#597378'

red 89 ◦ green 115 ◦ blue 120

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

Shades of Blue Bayoux #597378

Tints of Blue Bayoux #597378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.49%

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

R = 27.47%
G = 35.49%
B = 37.04%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#597378 (or 0x597378) is known color: Blue Bayoux. HEX triplet: 59, 73 and 78. RGB value is (89,115,120). Sum of RGB (Red+Green+Blue) = 89+115+120=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 120 - color contains mainly: blue. Hex color #597378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597378 is #A68C87. Grayscale: #6B6B6B. Windows color (decimal): -10914952 or 7893849. OLE color: 7893849.

HSL color Cylindrical-coordinate representation of color #597378: hue angle of 189.68º 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 #597378 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 115 120 -
CMYK 0.26 0.04 0 0.53
HSL 189.68º 0.15% 0.41% -
HSV(B) 189.68º 0.26% 0.47% -
XYZ 13.64 15.74 20.09 -
YUV 107.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 89 115 120 0.26 0.04 0 0.53 189.68 0.15 0.41
Hex 59 73 78 1A 4 0 35 BE F 29
Octal 131 163 170 32 4 0 65 276 17 51
Binary 1011001 1110011 1111000 11010 100 0 110101 10111110 1111 101001

Color Harmonies of #597378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597378

Black with #597378

Text Example


Text Example

White with #597378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597378; }

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

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

background-color css

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

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

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

border-color css

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

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

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