#535762

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

Shades of Bright Grey #535762

Tints of Bright Grey #535762

Color information

#535762 (or 0x535762) is unknown color: approx Bright Grey. HEX triplet: 53, 57 and 62. RGB value is (83,87,98). Sum of RGB (Red+Green+Blue) = 83+87+98=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 98 - color contains mainly: blue. Hex color #535762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535762 is #ACA89D. Grayscale: #575757. Windows color (decimal): -11315358 or 6444883. OLE color: 6444883.

HSL color Cylindrical-coordinate representation of color #535762: hue angle of 224º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #535762 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB838798-
CMYK0.150.1100.62
HSL224º8.29%35.49%-
HSV(B)224º15.31%38.43%-
XYZ9.189.5412.91-
YUV87.06134.17125.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 98 (38.67% from 255) = 36.57%
R=30.97%
G=32.46%
B=36.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8387980.150.1100.622248.2935.49
Hex535762FB03Ee0823
Octal12312714217130763401043
Binary101001110101111100010111110110111110111000001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535762; }

 p { color: rgb(83,87,98); }

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

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

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

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

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

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

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