#52668D

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

Shades of Kashmir Blue #52668D

Tints of Kashmir Blue #52668D

Color information

#52668D (or 0x52668D) is unknown color: approx Kashmir Blue. HEX triplet: 52, 66 and 8D. RGB value is (82,102,141). Sum of RGB (Red+Green+Blue) = 82+102+141=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #52668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52668D is #AD9972. Grayscale: #646464. Windows color (decimal): -11377011 or 9266770. OLE color: 9266770.

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

Color convert

RGB82102141-
CMYK0.420.2800.45
HSL219.66º26.46%43.73%-
HSV(B)219.66º41.84%55.29%-
XYZ13.0413.2227.06-
YUV100.47150.87114.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.23%
GREEN value IS 102 (40.23% from 255) = 31.38%
BLUE value IS 141 (55.47% from 255) = 43.38%
R=25.23%
G=31.38%
B=43.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821021410.420.2800.45219.6626.4643.73
Hex52668D2A1C02Ddc1a2c
Octal12214621552340553343254
Binary10100101100110100011011010101110001011011101110011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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