#535A62

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

Shades of Bright Grey #535A62

Tints of Bright Grey #535A62

Color information

#535A62 (or 0x535A62) is unknown color: approx Bright Grey. HEX triplet: 53, 5A and 62. RGB value is (83,90,98). Sum of RGB (Red+Green+Blue) = 83+90+98=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 98 - color contains mainly: blue. Hex color #535A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A62 is #ACA59D. Grayscale: #585858. Windows color (decimal): -11314590 or 6445651. OLE color: 6445651.

HSL color Cylindrical-coordinate representation of color #535A62: hue angle of 212º 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 #535A62 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB839098-
CMYK0.150.0800.62
HSL212º8.29%35.49%-
HSV(B)212º15.31%38.43%-
XYZ9.4310.0312.99-
YUV88.82133.18123.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.63%
GREEN value IS 90 (35.55% from 255) = 33.21%
BLUE value IS 98 (38.67% from 255) = 36.16%
R=30.63%
G=33.21%
B=36.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8390980.150.0800.622128.2935.49
Hex535A62F803Ed4823
Octal12313214217100763241043
Binary101001110110101100010111110000111110110101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535A62; }

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

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

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

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

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

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

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

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