#52658F

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

Shades of Kashmir Blue #52658F

Tints of Kashmir Blue #52658F

Color information

#52658F (or 0x52658F) is unknown color: approx Kashmir Blue. HEX triplet: 52, 65 and 8F. RGB value is (82,101,143). Sum of RGB (Red+Green+Blue) = 82+101+143=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 143 - color contains mainly: blue. Hex color #52658F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52658F is #AD9A70. Grayscale: #636363. Windows color (decimal): -11377265 or 9397586. OLE color: 9397586.

HSL color Cylindrical-coordinate representation of color #52658F: hue angle of 221.31º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52658F is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB82101143-
CMYK0.430.2900.44
HSL221.31º27.11%44.12%-
HSV(B)221.31º42.66%56.08%-
XYZ13.0913.0827.82-
YUV100.11152.21115.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 101 (39.84% from 255) = 30.98%
BLUE value IS 143 (56.25% from 255) = 43.87%
R=25.15%
G=30.98%
B=43.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821011430.430.2900.44221.3127.1144.12
Hex52658F2B1D02Cdd1b2c
Octal12214521753350543353354
Binary10100101100101100011111010111110101011001101110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52658F; }

 p { color: rgb(82,101,143); }

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

<style>
 a { background-color: #52658F; }

 a { background-color: rgb(82,101,143); }

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

<style>
 span { border-color: #52658F; }

 span { border-color: rgb(82,101,143); }

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