#52678D

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

Shades of Kashmir Blue #52678D

Tints of Kashmir Blue #52678D

Color information

#52678D (or 0x52678D) is unknown color: approx Kashmir Blue. HEX triplet: 52, 67 and 8D. RGB value is (82,103,141). Sum of RGB (Red+Green+Blue) = 82+103+141=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #52678D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52678D is #AD9872. Grayscale: #646464. Windows color (decimal): -11376755 or 9267026. OLE color: 9267026.

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

Color convert

RGB82103141-
CMYK0.420.2700.45
HSL218.64º26.46%43.73%-
HSV(B)218.64º41.84%55.29%-
XYZ13.1413.4227.1-
YUV101.05150.54114.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 103 (40.62% from 255) = 31.60%
BLUE value IS 141 (55.47% from 255) = 43.25%
R=25.15%
G=31.60%
B=43.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821031410.420.2700.45218.6426.4643.73
Hex52678D2A1B02Ddb1a2c
Octal12214721552330553333254
Binary10100101100111100011011010101101101011011101101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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