#53638B

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

Shades of Kashmir Blue #53638B

Tints of Kashmir Blue #53638B

Color information

#53638B (or 0x53638B) is unknown color: approx Kashmir Blue. HEX triplet: 53, 63 and 8B. RGB value is (83,99,139). Sum of RGB (Red+Green+Blue) = 83+99+139=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #53638B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53638B is #AC9C74. Grayscale: #626262. Windows color (decimal): -11312245 or 9134931. OLE color: 9134931.

HSL color Cylindrical-coordinate representation of color #53638B: hue angle of 222.86º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53638B is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8399139-
CMYK0.400.2900.45
HSL222.86º25.23%43.53%-
HSV(B)222.86º40.29%54.51%-
XYZ12.6912.6326.19-
YUV98.78150.7116.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.86%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 139 (54.69% from 255) = 43.30%
R=25.86%
G=30.84%
B=43.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83991390.400.2900.45222.8625.2343.53
Hex53638B281D02Ddf192c
Octal12314321350350553373154
Binary10100111100011100010111010001110101011011101111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,99,139); }

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

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

 a { background-color: rgb(83,99,139); }

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

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

 span { border-color: rgb(83,99,139); }

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