Html Css Color HEX #526999 San Marino

📋 copy color: '#526999'

red 82 ◦ green 105 ◦ blue 153

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

Shades of San Marino #526999

Tints of San Marino #526999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.88%

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

R = 24.12%
G = 30.88%
B = 45%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#526999 (or 0x526999) is known color: San Marino. HEX triplet: 52, 69 and 99. RGB value is (82,105,153). Sum of RGB (Red+Green+Blue) = 82+105+153=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #526999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526999 is #AD9666. Grayscale: #676767. Windows color (decimal): -11376231 or 10053970. OLE color: 10053970.

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

Color convert

RGB 82 105 153 -
CMYK 0.46 0.31 0 0.4
HSL 220.56º 0.3% 0.46% -
HSV(B) 220.56º 0.46% 0.6% -
XYZ 14.28 14.2 32.12 -
YUV 103.6 155.88 112.6 -
System Red Green Blue C M Y K H S L
Decimal 82 105 153 0.46 0.31 0 0.4 220.56 0.3 0.46
Hex 52 69 99 2E 1F 0 28 DD 1E 2E
Octal 122 151 231 56 37 0 50 335 36 56
Binary 1010010 1101001 10011001 101110 11111 0 101000 11011101 11110 101110

Color Harmonies of #526999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526999

Black with #526999

Text Example


Text Example

White with #526999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526999; }

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

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

background-color css

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

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

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

border-color css

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

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

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