#53688B

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

Shades of Kashmir Blue #53688B

Tints of Kashmir Blue #53688B

Color information

#53688B (or 0x53688B) is unknown color: approx Kashmir Blue. HEX triplet: 53, 68 and 8B. RGB value is (83,104,139). Sum of RGB (Red+Green+Blue) = 83+104+139=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #53688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53688B is #AC9774. Grayscale: #656565. Windows color (decimal): -11310965 or 9136211. OLE color: 9136211.

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

Color convert

RGB83104139-
CMYK0.400.2500.45
HSL217.5º25.23%43.53%-
HSV(B)217.5º40.29%54.51%-
XYZ13.1813.626.36-
YUV101.71149.04114.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.46%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 139 (54.69% from 255) = 42.64%
R=25.46%
G=31.90%
B=42.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831041390.400.2500.45217.525.2343.53
Hex53688B281902Dda192c
Octal12315021350310553323154
Binary10100111101000100010111010001100101011011101101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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