Html Css Color HEX #526399 San Marino

📋 copy color: '#526399'

red 82 ◦ green 99 ◦ blue 153

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

Shades of San Marino #526399

Tints of San Marino #526399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.64%

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

R = 24.55%
G = 29.64%
B = 45.81%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#526399 (or 0x526399) is known color: San Marino. HEX triplet: 52, 63 and 99. RGB value is (82,99,153). Sum of RGB (Red+Green+Blue) = 82+99+153=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #526399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526399 is #AD9C66. Grayscale: #636363. Windows color (decimal): -11377767 or 10052434. OLE color: 10052434.

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

Color convert

RGB 82 99 153 -
CMYK 0.46 0.35 0 0.4
HSL 225.63º 0.3% 0.46% -
HSV(B) 225.63º 0.46% 0.6% -
XYZ 13.69 13.02 31.93 -
YUV 100.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 82 99 153 0.46 0.35 0 0.4 225.63 0.3 0.46
Hex 52 63 99 2E 23 0 28 E2 1E 2E
Octal 122 143 231 56 43 0 50 342 36 56
Binary 1010010 1100011 10011001 101110 100011 0 101000 11100010 11110 101110

Color Harmonies of #526399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526399

Black with #526399

Text Example


Text Example

White with #526399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526399; }

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

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

background-color css

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

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

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

border-color css

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

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

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