#53718E

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

Shades of Kashmir Blue #53718E

Tints of Kashmir Blue #53718E

Color information

#53718E (or 0x53718E) is unknown color: approx Kashmir Blue. HEX triplet: 53, 71 and 8E. RGB value is (83,113,142). Sum of RGB (Red+Green+Blue) = 83+113+142=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #53718E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53718E is #AC8E71. Grayscale: #6B6B6B. Windows color (decimal): -11308658 or 9335123. OLE color: 9335123.

HSL color Cylindrical-coordinate representation of color #53718E: hue angle of 209.49º degrees, saturation: 0.26, 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 #53718E is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB83113142-
CMYK0.420.2000.44
HSL209.49º26.22%44.12%-
HSV(B)209.49º41.55%55.69%-
XYZ14.3515.627.85-
YUV107.34147.56110.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 142 (55.86% from 255) = 42.01%
R=24.56%
G=33.43%
B=42.01%

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
Decimal831131420.420.2000.44209.4926.2244.12
Hex53718E2A1402Cd11a2c
Octal12316121652240543213254
Binary10100111110001100011101010101010001011001101000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53718E; }

 p { color: rgb(83,113,142); }

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

<style>
 a { background-color: #53718E; }

 a { background-color: rgb(83,113,142); }

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

<style>
 span { border-color: #53718E; }

 span { border-color: rgb(83,113,142); }

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