#535C67

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

Shades of Bright Grey #535C67

Tints of Bright Grey #535C67

Color information

#535C67 (or 0x535C67) is unknown color: approx Bright Grey. HEX triplet: 53, 5C and 67. RGB value is (83,92,103). Sum of RGB (Red+Green+Blue) = 83+92+103=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 103 - color contains mainly: blue. Hex color #535C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C67 is #ACA398. Grayscale: #5A5A5A. Windows color (decimal): -11314073 or 6773843. OLE color: 6773843.

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

Color convert

RGB8392103-
CMYK0.190.1100.60
HSL213º10.75%36.47%-
HSV(B)213º19.42%40.39%-
XYZ9.8410.4714.33-
YUV90.56135.02122.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.86%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 103 (40.62% from 255) = 37.05%
R=29.86%
G=33.09%
B=37.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83921030.190.1100.6021310.7536.47
Hex535C6713B03Cd5b24
Octal12313414723130743251344
Binary1010011101110011001111001110110111100110101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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