#535969

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

Shades of Bright Grey #535969

Tints of Bright Grey #535969

Color information

#535969 (or 0x535969) is unknown color: approx Bright Grey. HEX triplet: 53, 59 and 69. RGB value is (83,89,105). Sum of RGB (Red+Green+Blue) = 83+89+105=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 105 - color contains mainly: blue. Hex color #535969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535969 is #ACA696. Grayscale: #585858. Windows color (decimal): -11314839 or 6904147. OLE color: 6904147.

HSL color Cylindrical-coordinate representation of color #535969: hue angle of 223.64º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #535969 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8389105-
CMYK0.210.1500.59
HSL223.64º11.7%36.86%-
HSV(B)223.64º20.95%41.18%-
XYZ9.691014.78-
YUV89.03137.01123.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.96%
GREEN value IS 89 (35.16% from 255) = 32.13%
BLUE value IS 105 (41.41% from 255) = 37.91%
R=29.96%
G=32.13%
B=37.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83891050.210.1500.59223.6411.736.86
Hex53596915F03Be0c25
Octal12313115125170733401445
Binary1010011101100111010011010111110111011111000001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535969; }

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

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

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

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

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

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

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

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