#53658F

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

Shades of Kashmir Blue #53658F

Tints of Kashmir Blue #53658F

Color information

#53658F (or 0x53658F) is unknown color: approx Kashmir Blue. HEX triplet: 53, 65 and 8F. RGB value is (83,101,143). Sum of RGB (Red+Green+Blue) = 83+101+143=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 143 - color contains mainly: blue. Hex color #53658F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53658F is #AC9A70. Grayscale: #646464. Windows color (decimal): -11311729 or 9397587. OLE color: 9397587.

HSL color Cylindrical-coordinate representation of color #53658F: hue angle of 222º 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 #53658F is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB83101143-
CMYK0.420.2900.44
HSL222º26.55%44.31%-
HSV(B)222º41.96%56.08%-
XYZ13.1813.1327.83-
YUV100.41152.04115.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 143 (56.25% from 255) = 43.73%
R=25.38%
G=30.89%
B=43.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831011430.420.2900.4422226.5544.31
Hex53658F2A1D02Cde1b2c
Octal12314521752350543363354
Binary10100111100101100011111010101110101011001101111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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