#53698C

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

Shades of Kashmir Blue #53698C

Tints of Kashmir Blue #53698C

Color information

#53698C (or 0x53698C) is unknown color: approx Kashmir Blue. HEX triplet: 53, 69 and 8C. RGB value is (83,105,140). Sum of RGB (Red+Green+Blue) = 83+105+140=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #53698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53698C is #AC9673. Grayscale: #666666. Windows color (decimal): -11310708 or 9202003. OLE color: 9202003.

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

Color convert

RGB83105140-
CMYK0.410.2500.45
HSL216.84º25.56%43.73%-
HSV(B)216.84º40.71%54.9%-
XYZ13.3513.8426.78-
YUV102.41149.21114.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 140 (55.08% from 255) = 42.68%
R=25.30%
G=32.01%
B=42.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831051400.410.2500.45216.8425.5643.73
Hex53698C291902Dd91a2c
Octal12315121451310553313254
Binary10100111101001100011001010011100101011011101100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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