Html Css Color HEX #5366AB San Marino

📋 copy color: '#5366AB'

red 83 ◦ green 102 ◦ blue 171

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

Shades of San Marino #5366AB

Tints of San Marino #5366AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.65%

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 23.31%
G = 28.65%
B = 48.03%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5366AB (or 0x5366AB) is known color: San Marino. HEX triplet: 53, 66 and AB. RGB value is (83,102,171). Sum of RGB (Red+Green+Blue) = 83+102+171=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #5366AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5366AB is #AC9954. Grayscale: #676767. Windows color (decimal): -11311445 or 11232851. OLE color: 11232851.

HSL color Cylindrical-coordinate representation of color #5366AB: hue angle of 227.05º degrees, saturation: 0.35, 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 #5366AB is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 102 171 -
CMYK 0.51 0.40 0 0.33
HSL 227.05º 0.35% 0.5% -
HSV(B) 227.05º 0.51% 0.67% -
XYZ 15.67 14.28 40.46 -
YUV 104.19 165.71 112.89 -
System Red Green Blue C M Y K H S L
Decimal 83 102 171 0.51 0.40 0 0.33 227.05 0.35 0.5
Hex 53 66 AB 33 28 0 21 E3 23 32
Octal 123 146 253 63 50 0 41 343 43 62
Binary 1010011 1100110 10101011 110011 101000 0 100001 11100011 100011 110010

Color Harmonies of #5366AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5366AB

Black with #5366AB

Text Example


Text Example

White with #5366AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5366AB; }

 p { color: rgb(83,102,171); }

 H1.HeaderClassName
 {
   color: #5366AB;
 }
 .AnyTagClassName
 {
   color: #5366AB;
 }
</style>

background-color css

<style>
 a { background-color: #5366AB; }

 a { background-color: rgb(83,102,171); }

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

border-color css

<style>
 span { border-color: #5366AB; }

 span { border-color: rgb(83,102,171); }

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