Html Css Color HEX #527199 San Marino

📋 copy color: '#527199'

red 82 ◦ green 113 ◦ blue 153

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

Shades of San Marino #527199

Tints of San Marino #527199

RGB

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

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

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

R = 23.56%
G = 32.47%
B = 43.97%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#527199 (or 0x527199) is known color: San Marino. HEX triplet: 52, 71 and 99. RGB value is (82,113,153). Sum of RGB (Red+Green+Blue) = 82+113+153=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #527199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527199 is #AD8E66. Grayscale: #6C6C6C. Windows color (decimal): -11374183 or 10056018. OLE color: 10056018.

HSL color Cylindrical-coordinate representation of color #527199: hue angle of 213.8º 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 #527199 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 113 153 -
CMYK 0.46 0.26 0 0.4
HSL 213.8º 0.3% 0.46% -
HSV(B) 213.8º 0.46% 0.6% -
XYZ 15.13 15.9 32.41 -
YUV 108.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 82 113 153 0.46 0.26 0 0.4 213.8 0.3 0.46
Hex 52 71 99 2E 1A 0 28 D6 1E 2E
Octal 122 161 231 56 32 0 50 326 36 56
Binary 1010010 1110001 10011001 101110 11010 0 101000 11010110 11110 101110

Color Harmonies of #527199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527199

Black with #527199

Text Example


Text Example

White with #527199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527199; }

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

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

background-color css

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

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

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

border-color css

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

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

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