#536B6B

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

Shades of William #536B6B

Tints of William #536B6B

Color information

#536B6B (or 0x536B6B) is unknown color: approx William. HEX triplet: 53, 6B and 6B. RGB value is (83,107,107). Sum of RGB (Red+Green+Blue) = 83+107+107=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 107 - color contains mainly: green, blue. Hex color #536B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B6B is #AC9494. Grayscale: #636363. Windows color (decimal): -11310229 or 7039827. OLE color: 7039827.

HSL color Cylindrical-coordinate representation of color #536B6B: hue angle of 180º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #536B6B is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB83107107-
CMYK0.22000.58
HSL180º12.63%37.25%-
HSV(B)180º22.43%41.96%-
XYZ11.4813.4215.89-
YUV99.82132.05116-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.95%
GREEN value IS 107 (42.19% from 255) = 36.03%
BLUE value IS 107 (42.19% from 255) = 36.03%
R=27.95%
G=36.03%
B=36.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal831071070.22000.5818012.6337.25
Hex536B6B16003Ab4d25
Octal1231531532600722641545
Binary1010011110101111010111011000111010101101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,107,107); }

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

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

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

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

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

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

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