Html Css Color HEX #5370A4 San Marino

📋 copy color: '#5370A4'

red 83 ◦ green 112 ◦ blue 164

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

Shades of San Marino #5370A4

Tints of San Marino #5370A4

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.2%

 BLUE value IS 164 (64.45% from 255) = 45.68%

R = 23.12%
G = 31.2%
B = 45.68%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5370A4 (or 0x5370A4) is known color: San Marino. HEX triplet: 53, 70 and A4. RGB value is (83,112,164). Sum of RGB (Red+Green+Blue) = 83+112+164=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #5370A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5370A4 is #AC8F5B. Grayscale: #6D6D6D. Windows color (decimal): -11308892 or 10776659. OLE color: 10776659.

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

Color convert

RGB 83 112 164 -
CMYK 0.49 0.32 0 0.36
HSL 218.52º 0.33% 0.48% -
HSV(B) 218.52º 0.49% 0.64% -
XYZ 16.06 16.11 37.38 -
YUV 109.26 158.89 109.27 -
System Red Green Blue C M Y K H S L
Decimal 83 112 164 0.49 0.32 0 0.36 218.52 0.33 0.48
Hex 53 70 A4 31 20 0 24 DB 21 30
Octal 123 160 244 61 40 0 44 333 41 60
Binary 1010011 1110000 10100100 110001 100000 0 100100 11011011 100001 110000

Color Harmonies of #5370A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5370A4

Black with #5370A4

Text Example


Text Example

White with #5370A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5370A4; }

 p { color: rgb(83,112,164); }

 H1.HeaderClassName
 {
   color: #5370A4;
 }
 .AnyTagClassName
 {
   color: #5370A4;
 }
</style>

background-color css

<style>
 a { background-color: #5370A4; }

 a { background-color: rgb(83,112,164); }

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

border-color css

<style>
 span { border-color: #5370A4; }

 span { border-color: rgb(83,112,164); }

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