#53648B

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

Shades of Kashmir Blue #53648B

Tints of Kashmir Blue #53648B

Color information

#53648B (or 0x53648B) is unknown color: approx Kashmir Blue. HEX triplet: 53, 64 and 8B. RGB value is (83,100,139). Sum of RGB (Red+Green+Blue) = 83+100+139=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #53648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53648B is #AC9B74. Grayscale: #636363. Windows color (decimal): -11311989 or 9135187. OLE color: 9135187.

HSL color Cylindrical-coordinate representation of color #53648B: hue angle of 221.79º 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 #53648B is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB83100139-
CMYK0.400.2800.45
HSL221.79º25.23%43.53%-
HSV(B)221.79º40.29%54.51%-
XYZ12.7812.8226.23-
YUV99.36150.37116.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.78%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 139 (54.69% from 255) = 43.17%
R=25.78%
G=31.06%
B=43.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831001390.400.2800.45221.7925.2343.53
Hex53648B281C02Dde192c
Octal12314421350340553363154
Binary10100111100100100010111010001110001011011101111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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