Html Css Color HEX #527397 San Marino

📋 copy color: '#527397'

red 82 ◦ green 115 ◦ blue 151

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

Shades of San Marino #527397

Tints of San Marino #527397

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.05%

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

R = 23.56%
G = 33.05%
B = 43.39%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#527397 (or 0x527397) is known color: San Marino. HEX triplet: 52, 73 and 97. RGB value is (82,115,151). Sum of RGB (Red+Green+Blue) = 82+115+151=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 151 - color contains mainly: blue. Hex color #527397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527397 is #AD8C68. Grayscale: #6D6D6D. Windows color (decimal): -11373673 or 9925458. OLE color: 9925458.

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

Color convert

RGB 82 115 151 -
CMYK 0.46 0.24 0 0.41
HSL 211.3º 0.3% 0.46% -
HSV(B) 211.3º 0.46% 0.59% -
XYZ 15.2 16.29 31.62 -
YUV 109.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 82 115 151 0.46 0.24 0 0.41 211.3 0.3 0.46
Hex 52 73 97 2E 18 0 29 D3 1E 2E
Octal 122 163 227 56 30 0 51 323 36 56
Binary 1010010 1110011 10010111 101110 11000 0 101001 11010011 11110 101110

Color Harmonies of #527397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527397

Black with #527397

Text Example


Text Example

White with #527397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527397; }

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

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

background-color css

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

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

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

border-color css

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

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

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