Html Css Color HEX #5466AA San Marino

📋 copy color: '#5466AA'

red 84 ◦ green 102 ◦ blue 170

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

Shades of San Marino #5466AA

Tints of San Marino #5466AA

RGB

 RED value IS 84 (33.2% from 255) = 23.6%

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

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

R = 23.6%
G = 28.65%
B = 47.75%

CMYK

 C value IS 0.51

 M value IS 0.4

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5466AA (or 0x5466AA) is known color: San Marino. HEX triplet: 54, 66 and AA. RGB value is (84,102,170). Sum of RGB (Red+Green+Blue) = 84+102+170=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 102 (40.23% from 255 or 28.65% 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 #5466AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5466AA is #AB9955. Grayscale: #686868. Windows color (decimal): -11245910 or 11167316. OLE color: 11167316.

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

Color convert

RGB 84 102 170 -
CMYK 0.51 0.4 0 0.33
HSL 227.44º 0.34% 0.5% -
HSV(B) 227.44º 0.51% 0.67% -
XYZ 15.66 14.29 39.96 -
YUV 104.37 165.04 113.47 -
System Red Green Blue C M Y K H S L
Decimal 84 102 170 0.51 0.4 0 0.33 227.44 0.34 0.5
Hex 54 66 AA 33 28 0 21 E3 22 32
Octal 124 146 252 63 50 0 41 343 42 62
Binary 1010100 1100110 10101010 110011 101000 0 100001 11100011 100010 110010

Color Harmonies of #5466AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5466AA

Black with #5466AA

Text Example


Text Example

White with #5466AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,102,170); }

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

background-color css

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

 a { background-color: rgb(84,102,170); }

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

border-color css

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

 span { border-color: rgb(84,102,170); }

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