#535C7C

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

Shades of Chambray #535C7C

Tints of Chambray #535C7C

Color information

#535C7C (or 0x535C7C) is unknown color: approx Chambray. HEX triplet: 53, 5C and 7C. RGB value is (83,92,124). Sum of RGB (Red+Green+Blue) = 83+92+124=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #535C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C7C is #ACA383. Grayscale: #5C5C5C. Windows color (decimal): -11314052 or 8150099. OLE color: 8150099.

HSL color Cylindrical-coordinate representation of color #535C7C: hue angle of 226.83º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #535C7C is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8392124-
CMYK0.330.2600.51
HSL226.83º19.81%40.59%-
HSV(B)226.83º33.06%48.63%-
XYZ11.0310.9520.6-
YUV92.96145.52120.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 92 (36.33% from 255) = 30.77%
BLUE value IS 124 (48.83% from 255) = 41.47%
R=27.76%
G=30.77%
B=41.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83921240.330.2600.51226.8319.8140.59
Hex535C7C211A033e31429
Octal12313417441320633432451
Binary1010011101110011111001000011101001100111110001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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