#535C74

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

Shades of Chambray #535C74

Tints of Chambray #535C74

Color information

#535C74 (or 0x535C74) is unknown color: approx Chambray. HEX triplet: 53, 5C and 74. RGB value is (83,92,116). Sum of RGB (Red+Green+Blue) = 83+92+116=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 116 - color contains mainly: blue. Hex color #535C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C74 is #ACA38B. Grayscale: #5B5B5B. Windows color (decimal): -11314060 or 7625811. OLE color: 7625811.

HSL color Cylindrical-coordinate representation of color #535C74: hue angle of 223.64º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #535C74 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8392116-
CMYK0.280.2100.55
HSL223.64º16.58%39.02%-
HSV(B)223.64º28.45%45.49%-
XYZ10.5510.7518.04-
YUV92.04141.52121.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.52%
GREEN value IS 92 (36.33% from 255) = 31.62%
BLUE value IS 116 (45.70% from 255) = 39.86%
R=28.52%
G=31.62%
B=39.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83921160.280.2100.55223.6416.5839.02
Hex535C741C15037e01127
Octal12313416434250673402147
Binary101001110111001110100111001010101101111110000010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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