#536CAA

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

Shades of San Marino #536CAA

Tints of San Marino #536CAA

Color information

#536CAA (or 0x536CAA) is unknown color: approx San Marino. HEX triplet: 53, 6C and AA. RGB value is (83,108,170). Sum of RGB (Red+Green+Blue) = 83+108+170=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #536CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536CAA is #AC9355. Grayscale: #6B6B6B. Windows color (decimal): -11309910 or 11168851. OLE color: 11168851.

HSL color Cylindrical-coordinate representation of color #536CAA: hue angle of 222.76º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #536CAA is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83108170-
CMYK0.510.3600.33
HSL222.76º34.39%49.61%-
HSV(B)222.76º51.18%66.67%-
XYZ16.1915.4740.16-
YUV107.59163.22110.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.99%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 170 (66.80% from 255) = 47.09%
R=22.99%
G=29.92%
B=47.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831081700.510.3600.33222.7634.3949.61
Hex536CAA3324021df2232
Octal12315425263440413374262
Binary1010011110110010101010110011100100010000111011111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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