#53627B

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

Shades of Chambray #53627B

Tints of Chambray #53627B

Color information

#53627B (or 0x53627B) is unknown color: approx Chambray. HEX triplet: 53, 62 and 7B. RGB value is (83,98,123). Sum of RGB (Red+Green+Blue) = 83+98+123=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #53627B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53627B is #AC9D84. Grayscale: #606060. Windows color (decimal): -11312517 or 8086099. OLE color: 8086099.

HSL color Cylindrical-coordinate representation of color #53627B: hue angle of 217.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53627B is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8398123-
CMYK0.330.2000.52
HSL217.5º19.42%40.39%-
HSV(B)217.5º32.52%48.24%-
XYZ11.511220.45-
YUV96.36143.03118.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 98 (38.67% from 255) = 32.24%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=27.30%
G=32.24%
B=40.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83981230.330.2000.52217.519.4240.39
Hex53627B2114034da1328
Octal12314217341240643322350
Binary1010011110001011110111000011010001101001101101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53627B; }

 p { color: rgb(83,98,123); }

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

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

 a { background-color: rgb(83,98,123); }

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

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

 span { border-color: rgb(83,98,123); }

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