Html Css Color HEX #5366AC San Marino

📋 copy color: '#5366AC'

red 83 ◦ green 102 ◦ blue 172

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

Shades of San Marino #5366AC

Tints of San Marino #5366AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.18%

R = 23.25%
G = 28.57%
B = 48.18%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5366AC (or 0x5366AC) is known color: San Marino. HEX triplet: 53, 66 and AC. RGB value is (83,102,172). Sum of RGB (Red+Green+Blue) = 83+102+172=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #5366AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5366AC is #AC9953. Grayscale: #686868. Windows color (decimal): -11311444 or 11298387. OLE color: 11298387.

HSL color Cylindrical-coordinate representation of color #5366AC: hue angle of 227.19º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5366AC is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 102 172 -
CMYK 0.52 0.41 0 0.33
HSL 227.19º 0.35% 0.5% -
HSV(B) 227.19º 0.52% 0.67% -
XYZ 15.77 14.32 40.96 -
YUV 104.3 166.21 112.81 -
System Red Green Blue C M Y K H S L
Decimal 83 102 172 0.52 0.41 0 0.33 227.19 0.35 0.5
Hex 53 66 AC 34 29 0 21 E3 23 32
Octal 123 146 254 64 51 0 41 343 43 62
Binary 1010011 1100110 10101100 110100 101001 0 100001 11100011 100011 110010

Color Harmonies of #5366AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5366AC

Black with #5366AC

Text Example


Text Example

White with #5366AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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