Html Css Color HEX #5375AA San Marino

📋 copy color: '#5375AA'

red 83 ◦ green 117 ◦ blue 170

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

Shades of San Marino #5375AA

Tints of San Marino #5375AA

RGB

 RED value IS 83 (32.81% from 255) = 22.43%

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

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

R = 22.43%
G = 31.62%
B = 45.95%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5375AA (or 0x5375AA) is known color: San Marino. HEX triplet: 53, 75 and AA. RGB value is (83,117,170). Sum of RGB (Red+Green+Blue) = 83+117+170=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #5375AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5375AA is #AC8A55. Grayscale: #707070. Windows color (decimal): -11307606 or 11171155. OLE color: 11171155.

HSL color Cylindrical-coordinate representation of color #5375AA: hue angle of 216.55º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5375AA is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 117 170 -
CMYK 0.51 0.31 0 0.33
HSL 216.55º 0.34% 0.5% -
HSV(B) 216.55º 0.51% 0.67% -
XYZ 17.18 17.46 40.5 -
YUV 112.88 160.24 106.69 -
System Red Green Blue C M Y K H S L
Decimal 83 117 170 0.51 0.31 0 0.33 216.55 0.34 0.5
Hex 53 75 AA 33 1F 0 21 D9 22 32
Octal 123 165 252 63 37 0 41 331 42 62
Binary 1010011 1110101 10101010 110011 11111 0 100001 11011001 100010 110010

Color Harmonies of #5375AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5375AA

Black with #5375AA

Text Example


Text Example

White with #5375AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5375AA; }

 p { color: rgb(83,117,170); }

 H1.HeaderClassName
 {
   color: #5375AA;
 }
 .AnyTagClassName
 {
   color: #5375AA;
 }
</style>

background-color css

<style>
 a { background-color: #5375AA; }

 a { background-color: rgb(83,117,170); }

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

border-color css

<style>
 span { border-color: #5375AA; }

 span { border-color: rgb(83,117,170); }

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