#535866

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

Shades of Bright Grey #535866

Tints of Bright Grey #535866

Color information

#535866 (or 0x535866) is unknown color: approx Bright Grey. HEX triplet: 53, 58 and 66. RGB value is (83,88,102). Sum of RGB (Red+Green+Blue) = 83+88+102=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 102 - color contains mainly: blue. Hex color #535866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535866 is #ACA799. Grayscale: #585858. Windows color (decimal): -11315098 or 6707283. OLE color: 6707283.

HSL color Cylindrical-coordinate representation of color #535866: hue angle of 224.21º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #535866 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8388102-
CMYK0.190.1400.6
HSL224.21º10.27%36.27%-
HSV(B)224.21º18.63%40%-
XYZ9.469.7813.96-
YUV88.1135.84124.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=30.40%
G=32.23%
B=37.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83881020.190.1400.6224.2110.2736.27
Hex53586613E03Ce0a24
Octal12313014623160743401244
Binary1010011101100011001101001111100111100111000001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535866; }

 p { color: rgb(83,88,102); }

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

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

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

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

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

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

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