Html Css Color HEX #597AAA San Marino

📋 copy color: '#597AAA'

red 89 ◦ green 122 ◦ blue 170

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

Shades of San Marino #597AAA

Tints of San Marino #597AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.02%

 BLUE value IS 170 (66.8% from 255) = 44.62%

R = 23.36%
G = 32.02%
B = 44.62%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#597AAA (or 0x597AAA) is known color: San Marino. HEX triplet: 59, 7A and AA. RGB value is (89,122,170). Sum of RGB (Red+Green+Blue) = 89+122+170=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #597AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597AAA is #A68555. Grayscale: #757575. Windows color (decimal): -10913110 or 11172441. OLE color: 11172441.

HSL color Cylindrical-coordinate representation of color #597AAA: hue angle of 215.56º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #597AAA is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 122 170 -
CMYK 0.48 0.28 0 0.33
HSL 215.56º 0.32% 0.51% -
HSV(B) 215.56º 0.48% 0.67% -
XYZ 18.34 18.95 40.72 -
YUV 117.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 89 122 170 0.48 0.28 0 0.33 215.56 0.32 0.51
Hex 59 7A AA 30 1C 0 21 D8 20 33
Octal 131 172 252 60 34 0 41 330 40 63
Binary 1011001 1111010 10101010 110000 11100 0 100001 11011000 100000 110011

Color Harmonies of #597AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597AAA

Black with #597AAA

Text Example


Text Example

White with #597AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597AAA; }

 p { color: rgb(89,122,170); }

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

background-color css

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

 a { background-color: rgb(89,122,170); }

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

border-color css

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

 span { border-color: rgb(89,122,170); }

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