#52668E

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

Shades of Kashmir Blue #52668E

Tints of Kashmir Blue #52668E

Color information

#52668E (or 0x52668E) is unknown color: approx Kashmir Blue. HEX triplet: 52, 66 and 8E. RGB value is (82,102,142). Sum of RGB (Red+Green+Blue) = 82+102+142=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #52668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52668E is #AD9971. Grayscale: #646464. Windows color (decimal): -11377010 or 9332306. OLE color: 9332306.

HSL color Cylindrical-coordinate representation of color #52668E: hue angle of 220º 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 #52668E is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB82102142-
CMYK0.420.2800.44
HSL220º26.79%43.92%-
HSV(B)220º42.25%55.69%-
XYZ13.1113.2527.46-
YUV100.58151.37114.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 142 (55.86% from 255) = 43.56%
R=25.15%
G=31.29%
B=43.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821021420.420.2800.4422026.7943.92
Hex52668E2A1C02Cdc1b2c
Octal12214621652340543343354
Binary10100101100110100011101010101110001011001101110011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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