Html Css Color HEX #5279A4 San Marino

📋 copy color: '#5279A4'

red 82 ◦ green 121 ◦ blue 164

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

Shades of San Marino #5279A4

Tints of San Marino #5279A4

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.97%

 BLUE value IS 164 (64.45% from 255) = 44.69%

R = 22.34%
G = 32.97%
B = 44.69%

CMYK

 C value IS 0.5

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5279A4 (or 0x5279A4) is known color: San Marino. HEX triplet: 52, 79 and A4. RGB value is (82,121,164). Sum of RGB (Red+Green+Blue) = 82+121+164=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 164 - color contains mainly: blue. Hex color #5279A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5279A4 is #AD865B. Grayscale: #727272. Windows color (decimal): -11372124 or 10778962. OLE color: 10778962.

HSL color Cylindrical-coordinate representation of color #5279A4: hue angle of 211.46º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5279A4 is Cyan = 0.5, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 121 164 -
CMYK 0.5 0.26 0 0.36
HSL 211.46º 0.33% 0.48% -
HSV(B) 211.46º 0.5% 0.64% -
XYZ 17.02 18.15 37.73 -
YUV 114.24 156.08 105 -
System Red Green Blue C M Y K H S L
Decimal 82 121 164 0.5 0.26 0 0.36 211.46 0.33 0.48
Hex 52 79 A4 32 1A 0 24 D3 21 30
Octal 122 171 244 62 32 0 44 323 41 60
Binary 1010010 1111001 10100100 110010 11010 0 100100 11010011 100001 110000

Color Harmonies of #5279A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5279A4

Black with #5279A4

Text Example


Text Example

White with #5279A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5279A4; }

 p { color: rgb(82,121,164); }

 H1.HeaderClassName
 {
   color: #5279A4;
 }
 .AnyTagClassName
 {
   color: #5279A4;
 }
</style>

background-color css

<style>
 a { background-color: #5279A4; }

 a { background-color: rgb(82,121,164); }

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

border-color css

<style>
 span { border-color: #5279A4; }

 span { border-color: rgb(82,121,164); }

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