Html Css Color HEX #526596 San Marino

📋 copy color: '#526596'

red 82 ◦ green 101 ◦ blue 150

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

Shades of San Marino #526596

Tints of San Marino #526596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.33%

 BLUE value IS 150 (58.98% from 255) = 45.05%

R = 24.62%
G = 30.33%
B = 45.05%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#526596 (or 0x526596) is known color: San Marino. HEX triplet: 52, 65 and 96. RGB value is (82,101,150). Sum of RGB (Red+Green+Blue) = 82+101+150=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #526596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526596 is #AD9A69. Grayscale: #646464. Windows color (decimal): -11377258 or 9856338. OLE color: 9856338.

HSL color Cylindrical-coordinate representation of color #526596: hue angle of 223.24º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #526596 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 101 150 -
CMYK 0.45 0.33 0 0.41
HSL 223.24º 0.29% 0.45% -
HSV(B) 223.24º 0.45% 0.59% -
XYZ 13.64 13.3 30.7 -
YUV 100.91 155.71 114.52 -
System Red Green Blue C M Y K H S L
Decimal 82 101 150 0.45 0.33 0 0.41 223.24 0.29 0.45
Hex 52 65 96 2D 21 0 29 DF 1D 2D
Octal 122 145 226 55 41 0 51 337 35 55
Binary 1010010 1100101 10010110 101101 100001 0 101001 11011111 11101 101101

Color Harmonies of #526596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526596

Black with #526596

Text Example


Text Example

White with #526596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526596; }

 p { color: rgb(82,101,150); }

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

background-color css

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

 a { background-color: rgb(82,101,150); }

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

border-color css

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

 span { border-color: rgb(82,101,150); }

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