Html Css Color HEX #527198 San Marino

📋 copy color: '#527198'

red 82 ◦ green 113 ◦ blue 152

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

Shades of San Marino #527198

Tints of San Marino #527198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.8%

R = 23.63%
G = 32.56%
B = 43.8%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#527198 (or 0x527198) is known color: San Marino. HEX triplet: 52, 71 and 98. RGB value is (82,113,152). Sum of RGB (Red+Green+Blue) = 82+113+152=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #527198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527198 is #AD8E67. Grayscale: #6B6B6B. Windows color (decimal): -11374184 or 9990482. OLE color: 9990482.

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

Color convert

RGB 82 113 152 -
CMYK 0.46 0.26 0 0.40
HSL 213.43º 0.3% 0.46% -
HSV(B) 213.43º 0.46% 0.6% -
XYZ 15.05 15.87 31.98 -
YUV 108.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 82 113 152 0.46 0.26 0 0.40 213.43 0.3 0.46
Hex 52 71 98 2E 1A 0 28 D5 1E 2E
Octal 122 161 230 56 32 0 50 325 36 56
Binary 1010010 1110001 10011000 101110 11010 0 101000 11010101 11110 101110

Color Harmonies of #527198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527198

Black with #527198

Text Example


Text Example

White with #527198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527198; }

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

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

background-color css

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

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

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

border-color css

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

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

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