Html Css Color HEX #597483 Blue Bayoux

📋 copy color: '#597483'

red 89 ◦ green 116 ◦ blue 131

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

Shades of Blue Bayoux #597483

Tints of Blue Bayoux #597483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.99%

R = 26.49%
G = 34.52%
B = 38.99%

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

#597483 (or 0x597483) is known color: Blue Bayoux. HEX triplet: 59, 74 and 83. RGB value is (89,116,131). Sum of RGB (Red+Green+Blue) = 89+116+131=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 131 - color contains mainly: blue. Hex color #597483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597483 is #A68B7C. Grayscale: #6D6D6D. Windows color (decimal): -10914685 or 8615001. OLE color: 8615001.

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

Color convert

RGB 89 116 131 -
CMYK 0.32 0.11 0 0.49
HSL 201.43º 0.19% 0.43% -
HSV(B) 201.43º 0.32% 0.51% -
XYZ 14.46 16.25 23.85 -
YUV 109.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 89 116 131 0.32 0.11 0 0.49 201.43 0.19 0.43
Hex 59 74 83 20 B 0 31 C9 13 2B
Octal 131 164 203 40 13 0 61 311 23 53
Binary 1011001 1110100 10000011 100000 1011 0 110001 11001001 10011 101011

Color Harmonies of #597483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597483

Black with #597483

Text Example


Text Example

White with #597483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597483; }

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

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

background-color css

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

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

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

border-color css

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

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

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