#52678A

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

Shades of Kashmir Blue #52678A

Tints of Kashmir Blue #52678A

Color information

#52678A (or 0x52678A) is unknown color: approx Kashmir Blue. HEX triplet: 52, 67 and 8A. RGB value is (82,103,138). Sum of RGB (Red+Green+Blue) = 82+103+138=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #52678A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52678A is #AD9875. Grayscale: #646464. Windows color (decimal): -11376758 or 9070418. OLE color: 9070418.

HSL color Cylindrical-coordinate representation of color #52678A: hue angle of 217.5º 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 #52678A is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB82103138-
CMYK0.410.2500.46
HSL217.5º25.45%43.14%-
HSV(B)217.5º40.58%54.12%-
XYZ12.9213.3325.94-
YUV100.71149.04114.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.39%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 138 (54.30% from 255) = 42.72%
R=25.39%
G=31.89%
B=42.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821031380.410.2500.46217.525.4543.14
Hex52678A291902Eda192b
Octal12214721251310563323153
Binary10100101100111100010101010011100101011101101101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52678A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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