Html Css Color HEX #5271B4 San Marino

📋 copy color: '#5271B4'

red 82 ◦ green 113 ◦ blue 180

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

Shades of San Marino #5271B4

Tints of San Marino #5271B4

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.13%

 BLUE value IS 180 (70.7% from 255) = 48%

R = 21.87%
G = 30.13%
B = 48%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5271B4 (or 0x5271B4) is known color: San Marino. HEX triplet: 52, 71 and B4. RGB value is (82,113,180). Sum of RGB (Red+Green+Blue) = 82+113+180=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #5271B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5271B4 is #AD8E4B. Grayscale: #6F6F6F. Windows color (decimal): -11374156 or 11825490. OLE color: 11825490.

HSL color Cylindrical-coordinate representation of color #5271B4: hue angle of 221.02º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5271B4 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 113 180 -
CMYK 0.54 0.37 0 0.29
HSL 221.02º 0.4% 0.51% -
HSV(B) 221.02º 0.54% 0.71% -
XYZ 17.62 16.9 45.51 -
YUV 111.37 166.73 107.05 -
System Red Green Blue C M Y K H S L
Decimal 82 113 180 0.54 0.37 0 0.29 221.02 0.4 0.51
Hex 52 71 B4 36 25 0 1D DD 28 33
Octal 122 161 264 66 45 0 35 335 50 63
Binary 1010010 1110001 10110100 110110 100101 0 11101 11011101 101000 110011

Color Harmonies of #5271B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5271B4

Black with #5271B4

Text Example


Text Example

White with #5271B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5271B4; }

 p { color: rgb(82,113,180); }

 H1.HeaderClassName
 {
   color: #5271B4;
 }
 .AnyTagClassName
 {
   color: #5271B4;
 }
</style>

background-color css

<style>
 a { background-color: #5271B4; }

 a { background-color: rgb(82,113,180); }

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

border-color css

<style>
 span { border-color: #5271B4; }

 span { border-color: rgb(82,113,180); }

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