#536399

Color #536399 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #536399

Tints of San Marino #536399

Color information

#536399 (or 0x536399) is unknown color: approx San Marino. HEX triplet: 53, 63 and 99. RGB value is (83,99,153). Sum of RGB (Red+Green+Blue) = 83+99+153=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #536399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536399 is #AC9C66. Grayscale: #646464. Windows color (decimal): -11312231 or 10052435. OLE color: 10052435.

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

Color convert

RGB8399153-
CMYK0.460.3500.4
HSL226.29º29.66%46.27%-
HSV(B)226.29º45.75%60%-
XYZ13.7813.0631.93-
YUV100.37157.7115.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.78%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 153 (60.16% from 255) = 45.67%
R=24.78%
G=29.55%
B=45.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83991530.460.3500.4226.2929.6646.27
Hex5363992E23028e21e2e
Octal12314323156430503423656
Binary101001111000111001100110111010001101010001110001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536399; }

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

 H1.HeaderClassName
 {
   color: #536399;
 }
 .AnyTagClassName
 {
   color: #536399;
 }
</style>
background-color css

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

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

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

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

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

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