#526991

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

Shades of Kashmir Blue #526991

Tints of Kashmir Blue #526991

Color information

#526991 (or 0x526991) is unknown color: approx Kashmir Blue. HEX triplet: 52, 69 and 91. RGB value is (82,105,145). Sum of RGB (Red+Green+Blue) = 82+105+145=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #526991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526991 is #AD966E. Grayscale: #666666. Windows color (decimal): -11376239 or 9529682. OLE color: 9529682.

HSL color Cylindrical-coordinate representation of color #526991: hue angle of 218.1º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #526991 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB82105145-
CMYK0.430.2800.43
HSL218.1º27.75%44.51%-
HSV(B)218.1º43.45%56.86%-
XYZ13.6413.9428.76-
YUV102.68151.88113.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.70%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 145 (57.03% from 255) = 43.67%
R=24.70%
G=31.63%
B=43.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821051450.430.2800.43218.127.7544.51
Hex5269912B1C02Bda1c2d
Octal12215122153340533323455
Binary10100101101001100100011010111110001010111101101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526991; }

 p { color: rgb(82,105,145); }

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

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

 a { background-color: rgb(82,105,145); }

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

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

 span { border-color: rgb(82,105,145); }

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