Html Css Color HEX #527597 San Marino

📋 copy color: '#527597'

red 82 ◦ green 117 ◦ blue 151

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

Shades of San Marino #527597

Tints of San Marino #527597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.14%

R = 23.43%
G = 33.43%
B = 43.14%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#527597 (or 0x527597) is known color: San Marino. HEX triplet: 52, 75 and 97. RGB value is (82,117,151). Sum of RGB (Red+Green+Blue) = 82+117+151=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 151 - color contains mainly: blue. Hex color #527597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527597 is #AD8A68. Grayscale: #6E6E6E. Windows color (decimal): -11373161 or 9925970. OLE color: 9925970.

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

Color convert

RGB 82 117 151 -
CMYK 0.46 0.23 0 0.41
HSL 209.57º 0.3% 0.46% -
HSV(B) 209.57º 0.46% 0.59% -
XYZ 15.43 16.75 31.7 -
YUV 110.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 82 117 151 0.46 0.23 0 0.41 209.57 0.3 0.46
Hex 52 75 97 2E 17 0 29 D2 1E 2E
Octal 122 165 227 56 27 0 51 322 36 56
Binary 1010010 1110101 10010111 101110 10111 0 101001 11010010 11110 101110

Color Harmonies of #527597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527597

Black with #527597

Text Example


Text Example

White with #527597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527597; }

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

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

background-color css

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

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

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

border-color css

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

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

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