#536699

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

Shades of San Marino #536699

Tints of San Marino #536699

Color information

#536699 (or 0x536699) is unknown color: approx San Marino. HEX triplet: 53, 66 and 99. RGB value is (83,102,153). Sum of RGB (Red+Green+Blue) = 83+102+153=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #536699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536699 is #AC9966. Grayscale: #656565. Windows color (decimal): -11311463 or 10053203. OLE color: 10053203.

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

Color convert

RGB83102153-
CMYK0.460.3300.4
HSL223.71º29.66%46.27%-
HSV(B)223.71º45.75%60%-
XYZ14.0713.6432.03-
YUV102.13156.71114.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=24.56%
G=30.18%
B=45.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal831021530.460.3300.4223.7129.6646.27
Hex5366992E21028e01e2e
Octal12314623156410503403656
Binary101001111001101001100110111010000101010001110000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536699; }

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

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

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

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

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

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

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

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