#53658B

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

Shades of Kashmir Blue #53658B

Tints of Kashmir Blue #53658B

Color information

#53658B (or 0x53658B) is unknown color: approx Kashmir Blue. HEX triplet: 53, 65 and 8B. RGB value is (83,101,139). Sum of RGB (Red+Green+Blue) = 83+101+139=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #53658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53658B is #AC9A74. Grayscale: #636363. Windows color (decimal): -11311733 or 9135443. OLE color: 9135443.

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

Color convert

RGB83101139-
CMYK0.400.2700.45
HSL220.71º25.23%43.53%-
HSV(B)220.71º40.29%54.51%-
XYZ12.8813.0126.26-
YUV99.95150.04115.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 139 (54.69% from 255) = 43.03%
R=25.70%
G=31.27%
B=43.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831011390.400.2700.45220.7125.2343.53
Hex53658B281B02Ddd192c
Octal12314521350330553353154
Binary10100111100101100010111010001101101011011101110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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