Html Css Color HEX #596CA1 San Marino

📋 copy color: '#596CA1'

red 89 ◦ green 108 ◦ blue 161

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

Shades of San Marino #596CA1

Tints of San Marino #596CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.97%

R = 24.86%
G = 30.17%
B = 44.97%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#596CA1 (or 0x596CA1) is known color: San Marino. HEX triplet: 59, 6C and A1. RGB value is (89,108,161). Sum of RGB (Red+Green+Blue) = 89+108+161=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 161 - color contains mainly: blue. Hex color #596CA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596CA1 is #A6935E. Grayscale: #6C6C6C. Windows color (decimal): -10916703 or 10579033. OLE color: 10579033.

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

Color convert

RGB 89 108 161 -
CMYK 0.45 0.33 0 0.37
HSL 224.17º 0.29% 0.49% -
HSV(B) 224.17º 0.45% 0.63% -
XYZ 15.92 15.42 35.86 -
YUV 108.36 157.71 114.19 -
System Red Green Blue C M Y K H S L
Decimal 89 108 161 0.45 0.33 0 0.37 224.17 0.29 0.49
Hex 59 6C A1 2D 21 0 25 E0 1D 31
Octal 131 154 241 55 41 0 45 340 35 61
Binary 1011001 1101100 10100001 101101 100001 0 100101 11100000 11101 110001

Color Harmonies of #596CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596CA1

Black with #596CA1

Text Example


Text Example

White with #596CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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