Html Css Color HEX #5367AA San Marino

📋 copy color: '#5367AA'

red 83 ◦ green 103 ◦ blue 170

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

Shades of San Marino #5367AA

Tints of San Marino #5367AA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.93%

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

R = 23.31%
G = 28.93%
B = 47.75%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5367AA (or 0x5367AA) is known color: San Marino. HEX triplet: 53, 67 and AA. RGB value is (83,103,170). Sum of RGB (Red+Green+Blue) = 83+103+170=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #5367AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5367AA is #AC9855. Grayscale: #686868. Windows color (decimal): -11311190 or 11167571. OLE color: 11167571.

HSL color Cylindrical-coordinate representation of color #5367AA: hue angle of 226.21º 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 #5367AA is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 103 170 -
CMYK 0.51 0.39 0 0.33
HSL 226.21º 0.34% 0.5% -
HSV(B) 226.21º 0.51% 0.67% -
XYZ 15.67 14.44 39.99 -
YUV 104.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 83 103 170 0.51 0.39 0 0.33 226.21 0.34 0.5
Hex 53 67 AA 33 27 0 21 E2 22 32
Octal 123 147 252 63 47 0 41 342 42 62
Binary 1010011 1100111 10101010 110011 100111 0 100001 11100010 100010 110010

Color Harmonies of #5367AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5367AA

Black with #5367AA

Text Example


Text Example

White with #5367AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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