#52688C

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

Shades of Kashmir Blue #52688C

Tints of Kashmir Blue #52688C

Color information

#52688C (or 0x52688C) is unknown color: approx Kashmir Blue. HEX triplet: 52, 68 and 8C. RGB value is (82,104,140). Sum of RGB (Red+Green+Blue) = 82+104+140=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #52688C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52688C is #AD9773. Grayscale: #656565. Windows color (decimal): -11376500 or 9201746. OLE color: 9201746.

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

Color convert

RGB82104140-
CMYK0.410.2600.45
HSL217.24º26.13%43.53%-
HSV(B)217.24º41.43%54.9%-
XYZ13.1613.5926.74-
YUV101.53149.71114.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 140 (55.08% from 255) = 42.94%
R=25.15%
G=31.90%
B=42.94%

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
Decimal821041400.410.2600.45217.2426.1343.53
Hex52688C291A02Dd91a2c
Octal12215021451320553313254
Binary10100101101000100011001010011101001011011101100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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