Html Css Color HEX #526D99 San Marino

📋 copy color: '#526D99'

red 82 ◦ green 109 ◦ blue 153

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

Shades of San Marino #526D99

Tints of San Marino #526D99

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.69%

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

R = 23.84%
G = 31.69%
B = 44.48%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#526D99 (or 0x526D99) is known color: San Marino. HEX triplet: 52, 6D and 99. RGB value is (82,109,153). Sum of RGB (Red+Green+Blue) = 82+109+153=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #526D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526D99 is #AD9266. Grayscale: #696969. Windows color (decimal): -11375207 or 10054994. OLE color: 10054994.

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

Color convert

RGB 82 109 153 -
CMYK 0.46 0.29 0 0.4
HSL 217.18º 0.3% 0.46% -
HSV(B) 217.18º 0.46% 0.6% -
XYZ 14.7 15.03 32.26 -
YUV 105.94 154.55 110.92 -
System Red Green Blue C M Y K H S L
Decimal 82 109 153 0.46 0.29 0 0.4 217.18 0.3 0.46
Hex 52 6D 99 2E 1D 0 28 D9 1E 2E
Octal 122 155 231 56 35 0 50 331 36 56
Binary 1010010 1101101 10011001 101110 11101 0 101000 11011001 11110 101110

Color Harmonies of #526D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526D99

Black with #526D99

Text Example


Text Example

White with #526D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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