Html Css Color HEX #597584 Blue Bayoux

📋 copy color: '#597584'

red 89 ◦ green 117 ◦ blue 132

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

Shades of Blue Bayoux #597584

Tints of Blue Bayoux #597584

RGB

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

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

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

R = 26.33%
G = 34.62%
B = 39.05%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#597584 (or 0x597584) is known color: Blue Bayoux. HEX triplet: 59, 75 and 84. RGB value is (89,117,132). Sum of RGB (Red+Green+Blue) = 89+117+132=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 132 - color contains mainly: blue. Hex color #597584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597584 is #A68A7B. Grayscale: #6E6E6E. Windows color (decimal): -10914428 or 8680793. OLE color: 8680793.

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

Color convert

RGB 89 117 132 -
CMYK 0.33 0.11 0 0.48
HSL 200.93º 0.19% 0.43% -
HSV(B) 200.93º 0.33% 0.52% -
XYZ 14.65 16.51 24.25 -
YUV 110.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 89 117 132 0.33 0.11 0 0.48 200.93 0.19 0.43
Hex 59 75 84 21 B 0 30 C9 13 2B
Octal 131 165 204 41 13 0 60 311 23 53
Binary 1011001 1110101 10000100 100001 1011 0 110000 11001001 10011 101011

Color Harmonies of #597584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597584

Black with #597584

Text Example


Text Example

White with #597584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597584; }

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

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

background-color css

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

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

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

border-color css

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

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

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