Html Css Color HEX #5975AE San Marino

📋 copy color: '#5975AE'

red 89 ◦ green 117 ◦ blue 174

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

Shades of San Marino #5975AE

Tints of San Marino #5975AE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.79%

 BLUE value IS 174 (68.36% from 255) = 45.79%

R = 23.42%
G = 30.79%
B = 45.79%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5975AE (or 0x5975AE) is known color: San Marino. HEX triplet: 59, 75 and AE. RGB value is (89,117,174). Sum of RGB (Red+Green+Blue) = 89+117+174=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #5975AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5975AE is #A68A51. Grayscale: #727272. Windows color (decimal): -10914386 or 11433305. OLE color: 11433305.

HSL color Cylindrical-coordinate representation of color #5975AE: hue angle of 220.24º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5975AE is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 117 174 -
CMYK 0.49 0.33 0 0.32
HSL 220.24º 0.34% 0.52% -
HSV(B) 220.24º 0.49% 0.68% -
XYZ 18.12 17.9 42.54 -
YUV 115.13 161.22 109.37 -
System Red Green Blue C M Y K H S L
Decimal 89 117 174 0.49 0.33 0 0.32 220.24 0.34 0.52
Hex 59 75 AE 31 21 0 20 DC 22 34
Octal 131 165 256 61 41 0 40 334 42 64
Binary 1011001 1110101 10101110 110001 100001 0 100000 11011100 100010 110100

Color Harmonies of #5975AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5975AE

Black with #5975AE

Text Example


Text Example

White with #5975AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5975AE; }

 p { color: rgb(89,117,174); }

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

background-color css

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

 a { background-color: rgb(89,117,174); }

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

border-color css

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

 span { border-color: rgb(89,117,174); }

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