#536360

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

Shades of William #536360

Tints of William #536360

Color information

#536360 (or 0x536360) is unknown color: approx William. HEX triplet: 53, 63 and 60. RGB value is (83,99,96). Sum of RGB (Red+Green+Blue) = 83+99+96=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 99 - color contains mainly: green. Hex color #536360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536360 is #AC9C9F. Grayscale: #5D5D5D. Windows color (decimal): -11312288 or 6316883. OLE color: 6316883.

HSL color Cylindrical-coordinate representation of color #536360: hue angle of 168.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #536360 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB839996-
CMYK0.1600.030.61
HSL168.75º8.79%35.69%-
HSV(B)168.75º16.16%38.82%-
XYZ10.1411.6112.77-
YUV93.87129.2120.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.86%
GREEN value IS 99 (39.06% from 255) = 35.61%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=29.86%
G=35.61%
B=34.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399960.1600.030.61168.758.7935.69
Hex53636010033Da9924
Octal1231431402003752511144
Binary10100111100011110000010000011111101101010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536360; }

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

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

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

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

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

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

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

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