Html Css Color HEX #527297 San Marino

📋 copy color: '#527297'

red 82 ◦ green 114 ◦ blue 151

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

Shades of San Marino #527297

Tints of San Marino #527297

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.85%

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

R = 23.63%
G = 32.85%
B = 43.52%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#527297 (or 0x527297) is known color: San Marino. HEX triplet: 52, 72 and 97. RGB value is (82,114,151). Sum of RGB (Red+Green+Blue) = 82+114+151=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 151 - color contains mainly: blue. Hex color #527297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527297 is #AD8D68. Grayscale: #6C6C6C. Windows color (decimal): -11373929 or 9925202. OLE color: 9925202.

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

Color convert

RGB 82 114 151 -
CMYK 0.46 0.25 0 0.41
HSL 212.17º 0.3% 0.46% -
HSV(B) 212.17º 0.46% 0.59% -
XYZ 15.08 16.06 31.58 -
YUV 108.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 82 114 151 0.46 0.25 0 0.41 212.17 0.3 0.46
Hex 52 72 97 2E 19 0 29 D4 1E 2E
Octal 122 162 227 56 31 0 51 324 36 56
Binary 1010010 1110010 10010111 101110 11001 0 101001 11010100 11110 101110

Color Harmonies of #527297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527297

Black with #527297

Text Example


Text Example

White with #527297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527297; }

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

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

background-color css

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

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

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

border-color css

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

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

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