Html Css Color HEX #596CA2 San Marino

📋 copy color: '#596CA2'

red 89 ◦ green 108 ◦ blue 162

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

Shades of San Marino #596CA2

Tints of San Marino #596CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.13%

R = 24.79%
G = 30.08%
B = 45.13%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#596CA2 (or 0x596CA2) is known color: San Marino. HEX triplet: 59, 6C and A2. RGB value is (89,108,162). Sum of RGB (Red+Green+Blue) = 89+108+162=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 162 - color contains mainly: blue. Hex color #596CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596CA2 is #A6935D. Grayscale: #6C6C6C. Windows color (decimal): -10916702 or 10644569. OLE color: 10644569.

HSL color Cylindrical-coordinate representation of color #596CA2: hue angle of 224.38º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #596CA2 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 89 108 162 -
CMYK 0.45 0.33 0 0.36
HSL 224.38º 0.29% 0.49% -
HSV(B) 224.38º 0.45% 0.64% -
XYZ 16 15.46 36.32 -
YUV 108.48 158.21 114.11 -
System Red Green Blue C M Y K H S L
Decimal 89 108 162 0.45 0.33 0 0.36 224.38 0.29 0.49
Hex 59 6C A2 2D 21 0 24 E0 1D 31
Octal 131 154 242 55 41 0 44 340 35 61
Binary 1011001 1101100 10100010 101101 100001 0 100100 11100000 11101 110001

Color Harmonies of #596CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596CA2

Black with #596CA2

Text Example


Text Example

White with #596CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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