#53688C

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

Shades of Kashmir Blue #53688C

Tints of Kashmir Blue #53688C

Color information

#53688C (or 0x53688C) is unknown color: approx Kashmir Blue. HEX triplet: 53, 68 and 8C. RGB value is (83,104,140). Sum of RGB (Red+Green+Blue) = 83+104+140=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #53688C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53688C is #AC9773. Grayscale: #656565. Windows color (decimal): -11310964 or 9201747. OLE color: 9201747.

HSL color Cylindrical-coordinate representation of color #53688C: hue angle of 217.89º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53688C is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB83104140-
CMYK0.410.2600.45
HSL217.89º25.56%43.73%-
HSV(B)217.89º40.71%54.9%-
XYZ13.2513.6326.74-
YUV101.82149.54114.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 140 (55.08% from 255) = 42.81%
R=25.38%
G=31.80%
B=42.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831041400.410.2600.45217.8925.5643.73
Hex53688C291A02Dda1a2c
Octal12315021451320553323254
Binary10100111101000100011001010011101001011011101101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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