Html Css Color HEX #597384 Blue Bayoux

📋 copy color: '#597384'

red 89 ◦ green 115 ◦ blue 132

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

Shades of Blue Bayoux #597384

Tints of Blue Bayoux #597384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.29%

R = 26.49%
G = 34.23%
B = 39.29%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#597384 (or 0x597384) is known color: Blue Bayoux. HEX triplet: 59, 73 and 84. RGB value is (89,115,132). Sum of RGB (Red+Green+Blue) = 89+115+132=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 132 - color contains mainly: blue. Hex color #597384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597384 is #A68C7B. Grayscale: #6D6D6D. Windows color (decimal): -10914940 or 8680281. OLE color: 8680281.

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

Color convert

RGB 89 115 132 -
CMYK 0.33 0.13 0 0.48
HSL 203.72º 0.19% 0.43% -
HSV(B) 203.72º 0.33% 0.52% -
XYZ 14.42 16.05 24.17 -
YUV 109.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 89 115 132 0.33 0.13 0 0.48 203.72 0.19 0.43
Hex 59 73 84 21 D 0 30 CC 13 2B
Octal 131 163 204 41 15 0 60 314 23 53
Binary 1011001 1110011 10000100 100001 1101 0 110000 11001100 10011 101011

Color Harmonies of #597384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597384

Black with #597384

Text Example


Text Example

White with #597384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597384; }

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

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

background-color css

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

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

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

border-color css

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

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

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