Html Css Color HEX #597482 Blue Bayoux

📋 copy color: '#597482'

red 89 ◦ green 116 ◦ blue 130

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

Shades of Blue Bayoux #597482

Tints of Blue Bayoux #597482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.63%

 BLUE value IS 130 (51.17% from 255) = 38.81%

R = 26.57%
G = 34.63%
B = 38.81%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#597482 (or 0x597482) is known color: Blue Bayoux. HEX triplet: 59, 74 and 82. RGB value is (89,116,130). Sum of RGB (Red+Green+Blue) = 89+116+130=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 130 - color contains mainly: blue. Hex color #597482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597482 is #A68B7D. Grayscale: #6D6D6D. Windows color (decimal): -10914686 or 8549465. OLE color: 8549465.

HSL color Cylindrical-coordinate representation of color #597482: hue angle of 200.49º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #597482 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 89 116 130 -
CMYK 0.32 0.11 0 0.49
HSL 200.49º 0.19% 0.43% -
HSV(B) 200.49º 0.32% 0.51% -
XYZ 14.39 16.23 23.49 -
YUV 109.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 89 116 130 0.32 0.11 0 0.49 200.49 0.19 0.43
Hex 59 74 82 20 B 0 31 C8 13 2B
Octal 131 164 202 40 13 0 61 310 23 53
Binary 1011001 1110100 10000010 100000 1011 0 110001 11001000 10011 101011

Color Harmonies of #597482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597482

Black with #597482

Text Example


Text Example

White with #597482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597482; }

 p { color: rgb(89,116,130); }

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

background-color css

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

 a { background-color: rgb(89,116,130); }

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

border-color css

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

 span { border-color: rgb(89,116,130); }

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