#536F68

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

Shades of William #536F68

Tints of William #536F68

Color information

#536F68 (or 0x536F68) is unknown color: approx William. HEX triplet: 53, 6F and 68. RGB value is (83,111,104). Sum of RGB (Red+Green+Blue) = 83+111+104=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 111 - color contains mainly: green. Hex color #536F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F68 is #AC9097. Grayscale: #656565. Windows color (decimal): -11309208 or 6844243. OLE color: 6844243.

HSL color Cylindrical-coordinate representation of color #536F68: hue angle of 165º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #536F68 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB83111104-
CMYK0.2500.060.56
HSL165º14.43%38.04%-
HSV(B)165º25.23%43.53%-
XYZ11.7514.2115.22-
YUV101.83129.22114.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.85%
GREEN value IS 111 (43.75% from 255) = 37.25%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=27.85%
G=37.25%
B=34.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal831111040.2500.060.5616514.4338.04
Hex536F68190638a5e26
Octal1231571503106702451646
Binary101001111011111101000110010110111000101001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,111,104); }

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

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

 a { background-color: rgb(83,111,104); }

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

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

 span { border-color: rgb(83,111,104); }

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