#526E8D

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

Shades of Kashmir Blue #526E8D

Tints of Kashmir Blue #526E8D

Color information

#526E8D (or 0x526E8D) is unknown color: approx Kashmir Blue. HEX triplet: 52, 6E and 8D. RGB value is (82,110,141). Sum of RGB (Red+Green+Blue) = 82+110+141=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #526E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E8D is #AD9172. Grayscale: #696969. Windows color (decimal): -11374963 or 9268818. OLE color: 9268818.

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

Color convert

RGB82110141-
CMYK0.420.2200.45
HSL211.53º26.46%43.73%-
HSV(B)211.53º41.84%55.29%-
XYZ13.8614.8727.34-
YUV105.16148.22111.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.62%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 141 (55.47% from 255) = 42.34%
R=24.62%
G=33.03%
B=42.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821101410.420.2200.45211.5326.4643.73
Hex526E8D2A1602Dd41a2c
Octal12215621552260553243254
Binary10100101101110100011011010101011001011011101010011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526E8D; }

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

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

<style>
 a { background-color: #526E8D; }

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

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

<style>
 span { border-color: #526E8D; }

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

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