#536C9F

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

Shades of San Marino #536C9F

Tints of San Marino #536C9F

Color information

#536C9F (or 0x536C9F) is unknown color: approx San Marino. HEX triplet: 53, 6C and 9F. RGB value is (83,108,159). Sum of RGB (Red+Green+Blue) = 83+108+159=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #536C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536C9F is #AC9360. Grayscale: #6A6A6A. Windows color (decimal): -11309921 or 10447955. OLE color: 10447955.

HSL color Cylindrical-coordinate representation of color #536C9F: hue angle of 220.26º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #536C9F is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB83108159-
CMYK0.480.3200.38
HSL220.26º31.4%47.45%-
HSV(B)220.26º47.8%62.35%-
XYZ15.1915.0734.91-
YUV106.34157.72111.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.71%
GREEN value IS 108 (42.58% from 255) = 30.86%
BLUE value IS 159 (62.5% from 255) = 45.43%
R=23.71%
G=30.86%
B=45.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831081590.480.3200.38220.2631.447.45
Hex536C9F3020026dc1f2f
Octal12315423760400463343757
Binary101001111011001001111111000010000001001101101110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536C9F; }

 p { color: rgb(83,108,159); }

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

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

 a { background-color: rgb(83,108,159); }

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

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

 span { border-color: rgb(83,108,159); }

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