#52648A

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

Shades of Kashmir Blue #52648A

Tints of Kashmir Blue #52648A

Color information

#52648A (or 0x52648A) is unknown color: approx Kashmir Blue. HEX triplet: 52, 64 and 8A. RGB value is (82,100,138). Sum of RGB (Red+Green+Blue) = 82+100+138=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #52648A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52648A is #AD9B75. Grayscale: #626262. Windows color (decimal): -11377526 or 9069650. OLE color: 9069650.

HSL color Cylindrical-coordinate representation of color #52648A: hue angle of 220.71º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52648A is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB82100138-
CMYK0.410.2800.46
HSL220.71º25.45%43.14%-
HSV(B)220.71º40.58%54.12%-
XYZ12.6212.7425.84-
YUV98.95150.04115.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.62%
GREEN value IS 100 (39.45% from 255) = 31.25%
BLUE value IS 138 (54.30% from 255) = 43.12%
R=25.62%
G=31.25%
B=43.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821001380.410.2800.46220.7125.4543.14
Hex52648A291C02Edd192b
Octal12214421251340563353153
Binary10100101100100100010101010011110001011101101110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52648A; }

 p { color: rgb(82,100,138); }

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

<style>
 a { background-color: #52648A; }

 a { background-color: rgb(82,100,138); }

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

<style>
 span { border-color: #52648A; }

 span { border-color: rgb(82,100,138); }

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