#52668C

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

Shades of Kashmir Blue #52668C

Tints of Kashmir Blue #52668C

Color information

#52668C (or 0x52668C) is unknown color: approx Kashmir Blue. HEX triplet: 52, 66 and 8C. RGB value is (82,102,140). Sum of RGB (Red+Green+Blue) = 82+102+140=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #52668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52668C is #AD9973. Grayscale: #646464. Windows color (decimal): -11377012 or 9201234. OLE color: 9201234.

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

Color convert

RGB82102140-
CMYK0.410.2700.45
HSL219.31º26.13%43.53%-
HSV(B)219.31º41.43%54.9%-
XYZ12.9613.1926.67-
YUV100.35150.37114.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 102 (40.23% from 255) = 31.48%
BLUE value IS 140 (55.08% from 255) = 43.21%
R=25.31%
G=31.48%
B=43.21%

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
Decimal821021400.410.2700.45219.3126.1343.53
Hex52668C291B02Ddb1a2c
Octal12214621451330553333254
Binary10100101100110100011001010011101101011011101101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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