#536F69

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

Shades of William #536F69

Tints of William #536F69

Color information

#536F69 (or 0x536F69) is unknown color: approx William. HEX triplet: 53, 6F and 69. RGB value is (83,111,105). Sum of RGB (Red+Green+Blue) = 83+111+105=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 111 - color contains mainly: green. Hex color #536F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F69 is #AC9096. Grayscale: #656565. Windows color (decimal): -11309207 or 6909779. OLE color: 6909779.

HSL color Cylindrical-coordinate representation of color #536F69: hue angle of 167.14º 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 #536F69 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB83111105-
CMYK0.2500.050.56
HSL167.14º14.43%38.04%-
HSV(B)167.14º25.23%43.53%-
XYZ11.814.2315.49-
YUV101.94129.72114.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 111 (43.75% from 255) = 37.12%
BLUE value IS 105 (41.41% from 255) = 35.12%
R=27.76%
G=37.12%
B=35.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal831111050.2500.050.56167.1414.4338.04
Hex536F69190538a7e26
Octal1231571513105702471646
Binary101001111011111101001110010101111000101001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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