Html Css Color HEX #5466AB San Marino

📋 copy color: '#5466AB'

red 84 ◦ green 102 ◦ blue 171

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

Shades of San Marino #5466AB

Tints of San Marino #5466AB

RGB

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

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

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

R = 23.53%
G = 28.57%
B = 47.9%

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

#5466AB (or 0x5466AB) is known color: San Marino. HEX triplet: 54, 66 and AB. RGB value is (84,102,171). Sum of RGB (Red+Green+Blue) = 84+102+171=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #5466AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5466AB is #AB9954. Grayscale: #686868. Windows color (decimal): -11245909 or 11232852. OLE color: 11232852.

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

Color convert

RGB 84 102 171 -
CMYK 0.51 0.40 0 0.33
HSL 227.59º 0.34% 0.5% -
HSV(B) 227.59º 0.51% 0.67% -
XYZ 15.76 14.33 40.46 -
YUV 104.48 165.54 113.39 -
System Red Green Blue C M Y K H S L
Decimal 84 102 171 0.51 0.40 0 0.33 227.59 0.34 0.5
Hex 54 66 AB 33 28 0 21 E4 22 32
Octal 124 146 253 63 50 0 41 344 42 62
Binary 1010100 1100110 10101011 110011 101000 0 100001 11100100 100010 110010

Color Harmonies of #5466AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5466AB

Black with #5466AB

Text Example


Text Example

White with #5466AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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