#52608D

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

Shades of Kashmir Blue #52608D

Tints of Kashmir Blue #52608D

Color information

#52608D (or 0x52608D) is unknown color: approx Kashmir Blue. HEX triplet: 52, 60 and 8D. RGB value is (82,96,141). Sum of RGB (Red+Green+Blue) = 82+96+141=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #52608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52608D is #AD9F72. Grayscale: #606060. Windows color (decimal): -11378547 or 9265234. OLE color: 9265234.

HSL color Cylindrical-coordinate representation of color #52608D: hue angle of 225.76º 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 #52608D is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8296141-
CMYK0.420.3200.45
HSL225.76º26.46%43.73%-
HSV(B)225.76º41.84%55.29%-
XYZ12.4712.0826.87-
YUV96.94152.86117.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=25.71%
G=30.09%
B=44.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82961410.420.3200.45225.7626.4643.73
Hex52608D2A2002De21a2c
Octal12214021552400553423254
Binary101001011000001000110110101010000001011011110001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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