#535865

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

Shades of Bright Grey #535865

Tints of Bright Grey #535865

Color information

#535865 (or 0x535865) is unknown color: approx Bright Grey. HEX triplet: 53, 58 and 65. RGB value is (83,88,101). Sum of RGB (Red+Green+Blue) = 83+88+101=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 101 - color contains mainly: blue. Hex color #535865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535865 is #ACA79A. Grayscale: #575757. Windows color (decimal): -11315099 or 6641747. OLE color: 6641747.

HSL color Cylindrical-coordinate representation of color #535865: hue angle of 223.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #535865 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8388101-
CMYK0.180.1300.60
HSL223.33º9.78%36.08%-
HSV(B)223.33º17.82%39.61%-
XYZ9.419.7613.7-
YUV87.99135.34124.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 101 (39.84% from 255) = 37.13%
R=30.51%
G=32.35%
B=37.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83881010.180.1300.60223.339.7836.08
Hex53586512D03Cdfa24
Octal12313014522150743371244
Binary1010011101100011001011001011010111100110111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535865; }

 p { color: rgb(83,88,101); }

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

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

 a { background-color: rgb(83,88,101); }

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

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

 span { border-color: rgb(83,88,101); }

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