#53728F

Color #53728F Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #53728F

Tints of Kashmir Blue #53728F

Color information

#53728F (or 0x53728F) is unknown color: approx Kashmir Blue. HEX triplet: 53, 72 and 8F. RGB value is (83,114,143). Sum of RGB (Red+Green+Blue) = 83+114+143=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 143 - color contains mainly: blue. Hex color #53728F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53728F is #AC8D70. Grayscale: #6B6B6B. Windows color (decimal): -11308401 or 9400915. OLE color: 9400915.

HSL color Cylindrical-coordinate representation of color #53728F: hue angle of 209º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53728F is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB83114143-
CMYK0.420.2000.44
HSL209º26.55%44.31%-
HSV(B)209º41.96%56.08%-
XYZ14.5415.8628.28-
YUV108.04147.73110.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.41%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 143 (56.25% from 255) = 42.06%
R=24.41%
G=33.53%
B=42.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831141430.420.2000.4420926.5544.31
Hex53728F2A1402Cd11b2c
Octal12316221752240543213354
Binary10100111110010100011111010101010001011001101000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53728F; }

 p { color: rgb(83,114,143); }

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

<style>
 a { background-color: #53728F; }

 a { background-color: rgb(83,114,143); }

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

<style>
 span { border-color: #53728F; }

 span { border-color: rgb(83,114,143); }

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