Html Css Color HEX #596CA0 San Marino

📋 copy color: '#596CA0'

red 89 ◦ green 108 ◦ blue 160

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

Shades of San Marino #596CA0

Tints of San Marino #596CA0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.25%

 BLUE value IS 160 (62.89% from 255) = 44.82%

R = 24.93%
G = 30.25%
B = 44.82%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#596CA0 (or 0x596CA0) is known color: San Marino. HEX triplet: 59, 6C and A0. RGB value is (89,108,160). Sum of RGB (Red+Green+Blue) = 89+108+160=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 160 - color contains mainly: blue. Hex color #596CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596CA0 is #A6935F. Grayscale: #6C6C6C. Windows color (decimal): -10916704 or 10513497. OLE color: 10513497.

HSL color Cylindrical-coordinate representation of color #596CA0: hue angle of 223.94º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #596CA0 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 89 108 160 -
CMYK 0.44 0.32 0 0.37
HSL 223.94º 0.29% 0.49% -
HSV(B) 223.94º 0.44% 0.63% -
XYZ 15.83 15.39 35.39 -
YUV 108.25 157.21 114.27 -
System Red Green Blue C M Y K H S L
Decimal 89 108 160 0.44 0.32 0 0.37 223.94 0.29 0.49
Hex 59 6C A0 2C 20 0 25 E0 1D 31
Octal 131 154 240 54 40 0 45 340 35 61
Binary 1011001 1101100 10100000 101100 100000 0 100101 11100000 11101 110001

Color Harmonies of #596CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596CA0

Black with #596CA0

Text Example


Text Example

White with #596CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596CA0; }

 p { color: rgb(89,108,160); }

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

background-color css

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

 a { background-color: rgb(89,108,160); }

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

border-color css

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

 span { border-color: rgb(89,108,160); }

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