Html Css Color HEX #527599 San Marino

📋 copy color: '#527599'

red 82 ◦ green 117 ◦ blue 153

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

Shades of San Marino #527599

Tints of San Marino #527599

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.24%

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

R = 23.3%
G = 33.24%
B = 43.47%

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

#527599 (or 0x527599) is known color: San Marino. HEX triplet: 52, 75 and 99. RGB value is (82,117,153). Sum of RGB (Red+Green+Blue) = 82+117+153=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #527599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527599 is #AD8A66. Grayscale: #6E6E6E. Windows color (decimal): -11373159 or 10057042. OLE color: 10057042.

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

Color convert

RGB 82 117 153 -
CMYK 0.46 0.24 0 0.4
HSL 210.42º 0.3% 0.46% -
HSV(B) 210.42º 0.46% 0.6% -
XYZ 15.59 16.82 32.56 -
YUV 110.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 82 117 153 0.46 0.24 0 0.4 210.42 0.3 0.46
Hex 52 75 99 2E 18 0 28 D2 1E 2E
Octal 122 165 231 56 30 0 50 322 36 56
Binary 1010010 1110101 10011001 101110 11000 0 101000 11010010 11110 101110

Color Harmonies of #527599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527599

Black with #527599

Text Example


Text Example

White with #527599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527599; }

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

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

background-color css

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

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

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

border-color css

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

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

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