#535968

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

Shades of Bright Grey #535968

Tints of Bright Grey #535968

Color information

#535968 (or 0x535968) is unknown color: approx Bright Grey. HEX triplet: 53, 59 and 68. RGB value is (83,89,104). Sum of RGB (Red+Green+Blue) = 83+89+104=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 104 - color contains mainly: blue. Hex color #535968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535968 is #ACA697. Grayscale: #585858. Windows color (decimal): -11314840 or 6838611. OLE color: 6838611.

HSL color Cylindrical-coordinate representation of color #535968: hue angle of 222.86º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #535968 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8389104-
CMYK0.200.1400.59
HSL222.86º11.23%36.67%-
HSV(B)222.86º20.19%40.78%-
XYZ9.649.9814.52-
YUV88.92136.51123.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 89 (35.16% from 255) = 32.25%
BLUE value IS 104 (41.02% from 255) = 37.68%
R=30.07%
G=32.25%
B=37.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83891040.200.1400.59222.8611.2336.67
Hex53596814E03Bdfb25
Octal12313115024160733371345
Binary1010011101100111010001010011100111011110111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535968; }

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

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

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

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

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

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

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

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