#52688E

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

Shades of Kashmir Blue #52688E

Tints of Kashmir Blue #52688E

Color information

#52688E (or 0x52688E) is unknown color: approx Kashmir Blue. HEX triplet: 52, 68 and 8E. RGB value is (82,104,142). Sum of RGB (Red+Green+Blue) = 82+104+142=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #52688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52688E is #AD9771. Grayscale: #656565. Windows color (decimal): -11376498 or 9332818. OLE color: 9332818.

HSL color Cylindrical-coordinate representation of color #52688E: hue angle of 218º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52688E is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB82104142-
CMYK0.420.2700.44
HSL218º26.79%43.92%-
HSV(B)218º42.25%55.69%-
XYZ13.3113.6527.52-
YUV101.75150.71113.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 142 (55.86% from 255) = 43.29%
R=25%
G=31.71%
B=43.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821041420.420.2700.4421826.7943.92
Hex52688E2A1B02Cda1b2c
Octal12215021652330543323354
Binary10100101101000100011101010101101101011001101101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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