#536298

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

Shades of San Marino #536298

Tints of San Marino #536298

Color information

#536298 (or 0x536298) is unknown color: approx San Marino. HEX triplet: 53, 62 and 98. RGB value is (83,98,152). Sum of RGB (Red+Green+Blue) = 83+98+152=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #536298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536298 is #AC9D67. Grayscale: #636363. Windows color (decimal): -11312488 or 9986643. OLE color: 9986643.

HSL color Cylindrical-coordinate representation of color #536298: hue angle of 226.96º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #536298 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8398152-
CMYK0.450.3600.40
HSL226.96º29.36%46.08%-
HSV(B)226.96º45.39%59.61%-
XYZ13.612.8431.47-
YUV99.67157.53116.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.92%
GREEN value IS 98 (38.67% from 255) = 29.43%
BLUE value IS 152 (59.77% from 255) = 45.65%
R=24.92%
G=29.43%
B=45.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83981520.450.3600.40226.9629.3646.08
Hex5362982D24028e31d2e
Octal12314223055440503433556
Binary101001111000101001100010110110010001010001110001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536298; }

 p { color: rgb(83,98,152); }

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

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

 a { background-color: rgb(83,98,152); }

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

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

 span { border-color: rgb(83,98,152); }

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