#535F75

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

Shades of Chambray #535F75

Tints of Chambray #535F75

Color information

#535F75 (or 0x535F75) is unknown color: approx Chambray. HEX triplet: 53, 5F and 75. RGB value is (83,95,117). Sum of RGB (Red+Green+Blue) = 83+95+117=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: blue. Hex color #535F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F75 is #ACA08A. Grayscale: #5D5D5D. Windows color (decimal): -11313291 or 7692115. OLE color: 7692115.

HSL color Cylindrical-coordinate representation of color #535F75: hue angle of 218.82º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #535F75 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8395117-
CMYK0.290.1900.54
HSL218.82º17%39.22%-
HSV(B)218.82º29.06%45.88%-
XYZ10.8711.3118.44-
YUV93.92141.02120.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.14%
GREEN value IS 95 (37.5% from 255) = 32.20%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=28.14%
G=32.20%
B=39.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83951170.290.1900.54218.821739.22
Hex535F751D13036db1127
Octal12313716535230663332147
Binary101001110111111110101111011001101101101101101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,95,117); }

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

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

 a { background-color: rgb(83,95,117); }

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

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

 span { border-color: rgb(83,95,117); }

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