Html Css Color HEX #527097 San Marino

📋 copy color: '#527097'

red 82 ◦ green 112 ◦ blue 151

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

Shades of San Marino #527097

Tints of San Marino #527097

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.46%

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

R = 23.77%
G = 32.46%
B = 43.77%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#527097 (or 0x527097) is known color: San Marino. HEX triplet: 52, 70 and 97. RGB value is (82,112,151). Sum of RGB (Red+Green+Blue) = 82+112+151=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #527097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527097 is #AD8F68. Grayscale: #6B6B6B. Windows color (decimal): -11374441 or 9924690. OLE color: 9924690.

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

Color convert

RGB 82 112 151 -
CMYK 0.46 0.26 0 0.41
HSL 213.91º 0.3% 0.46% -
HSV(B) 213.91º 0.46% 0.59% -
XYZ 14.86 15.62 31.51 -
YUV 107.48 152.56 109.83 -
System Red Green Blue C M Y K H S L
Decimal 82 112 151 0.46 0.26 0 0.41 213.91 0.3 0.46
Hex 52 70 97 2E 1A 0 29 D6 1E 2E
Octal 122 160 227 56 32 0 51 326 36 56
Binary 1010010 1110000 10010111 101110 11010 0 101001 11010110 11110 101110

Color Harmonies of #527097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527097

Black with #527097

Text Example


Text Example

White with #527097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527097; }

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

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

background-color css

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

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

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

border-color css

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

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

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