Html Css Color HEX #527499 San Marino

📋 copy color: '#527499'

red 82 ◦ green 116 ◦ blue 153

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

Shades of San Marino #527499

Tints of San Marino #527499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.05%

 BLUE value IS 153 (60.16% from 255) = 43.59%

R = 23.36%
G = 33.05%
B = 43.59%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#527499 (or 0x527499) is known color: San Marino. HEX triplet: 52, 74 and 99. RGB value is (82,116,153). Sum of RGB (Red+Green+Blue) = 82+116+153=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #527499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527499 is #AD8B66. Grayscale: #6D6D6D. Windows color (decimal): -11373415 or 10056786. OLE color: 10056786.

HSL color Cylindrical-coordinate representation of color #527499: hue angle of 211.27º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #527499 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 116 153 -
CMYK 0.46 0.24 0 0.4
HSL 211.27º 0.3% 0.46% -
HSV(B) 211.27º 0.46% 0.6% -
XYZ 15.47 16.58 32.52 -
YUV 110.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 82 116 153 0.46 0.24 0 0.4 211.27 0.3 0.46
Hex 52 74 99 2E 18 0 28 D3 1E 2E
Octal 122 164 231 56 30 0 50 323 36 56
Binary 1010010 1110100 10011001 101110 11000 0 101000 11010011 11110 101110

Color Harmonies of #527499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527499

Black with #527499

Text Example


Text Example

White with #527499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527499; }

 p { color: rgb(82,116,153); }

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

background-color css

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

 a { background-color: rgb(82,116,153); }

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

border-color css

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

 span { border-color: rgb(82,116,153); }

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