Html Css Color HEX #5266AB San Marino

📋 copy color: '#5266AB'

red 82 ◦ green 102 ◦ blue 171

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

Shades of San Marino #5266AB

Tints of San Marino #5266AB

RGB

 RED value IS 82 (32.42% from 255) = 23.1%

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

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

R = 23.1%
G = 28.73%
B = 48.17%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5266AB (or 0x5266AB) is known color: San Marino. HEX triplet: 52, 66 and AB. RGB value is (82,102,171). Sum of RGB (Red+Green+Blue) = 82+102+171=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #5266AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5266AB is #AD9954. Grayscale: #676767. Windows color (decimal): -11376981 or 11232850. OLE color: 11232850.

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

Color convert

RGB 82 102 171 -
CMYK 0.52 0.40 0 0.33
HSL 226.52º 0.35% 0.5% -
HSV(B) 226.52º 0.52% 0.67% -
XYZ 15.58 14.24 40.45 -
YUV 103.89 165.87 112.39 -
System Red Green Blue C M Y K H S L
Decimal 82 102 171 0.52 0.40 0 0.33 226.52 0.35 0.5
Hex 52 66 AB 34 28 0 21 E3 23 32
Octal 122 146 253 64 50 0 41 343 43 62
Binary 1010010 1100110 10101011 110100 101000 0 100001 11100011 100011 110010

Color Harmonies of #5266AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5266AB

Black with #5266AB

Text Example


Text Example

White with #5266AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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