#535967

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

Shades of Bright Grey #535967

Tints of Bright Grey #535967

Color information

#535967 (or 0x535967) is unknown color: approx Bright Grey. HEX triplet: 53, 59 and 67. RGB value is (83,89,103). Sum of RGB (Red+Green+Blue) = 83+89+103=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 103 - color contains mainly: blue. Hex color #535967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535967 is #ACA698. Grayscale: #585858. Windows color (decimal): -11314841 or 6773075. OLE color: 6773075.

HSL color Cylindrical-coordinate representation of color #535967: hue angle of 222º degrees, saturation: 0.11, 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 #535967 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8389103-
CMYK0.190.1400.60
HSL222º10.75%36.47%-
HSV(B)222º19.42%40.39%-
XYZ9.599.9614.25-
YUV88.8136.01123.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.18%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 103 (40.62% from 255) = 37.45%
R=30.18%
G=32.36%
B=37.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83891030.190.1400.6022210.7536.47
Hex53596713E03Cdeb24
Octal12313114723160743361344
Binary1010011101100111001111001111100111100110111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535967; }

 p { color: rgb(83,89,103); }

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

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

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

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

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

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

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