#52668B

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

Shades of Kashmir Blue #52668B

Tints of Kashmir Blue #52668B

Color information

#52668B (or 0x52668B) is unknown color: approx Kashmir Blue. HEX triplet: 52, 66 and 8B. RGB value is (82,102,139). Sum of RGB (Red+Green+Blue) = 82+102+139=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #52668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52668B is #AD9974. Grayscale: #646464. Windows color (decimal): -11377013 or 9135698. OLE color: 9135698.

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

Color convert

RGB82102139-
CMYK0.410.2700.45
HSL218.95º25.79%43.33%-
HSV(B)218.95º41.01%54.51%-
XYZ12.8913.1626.29-
YUV100.24149.87114.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.39%
GREEN value IS 102 (40.23% from 255) = 31.58%
BLUE value IS 139 (54.69% from 255) = 43.03%
R=25.39%
G=31.58%
B=43.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821021390.410.2700.45218.9525.7943.33
Hex52668B291B02Ddb1a2b
Octal12214621351330553333253
Binary10100101100110100010111010011101101011011101101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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