#526A91

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

Shades of Kashmir Blue #526A91

Tints of Kashmir Blue #526A91

Color information

#526A91 (or 0x526A91) is unknown color: approx Kashmir Blue. HEX triplet: 52, 6A and 91. RGB value is (82,106,145). Sum of RGB (Red+Green+Blue) = 82+106+145=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #526A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526A91 is #AD956E. Grayscale: #676767. Windows color (decimal): -11375983 or 9529938. OLE color: 9529938.

HSL color Cylindrical-coordinate representation of color #526A91: hue angle of 217.14º 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 #526A91 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB82106145-
CMYK0.430.2700.43
HSL217.14º27.75%44.51%-
HSV(B)217.14º43.45%56.86%-
XYZ13.7414.1528.79-
YUV103.27151.55112.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.62%
GREEN value IS 106 (41.80% from 255) = 31.83%
BLUE value IS 145 (57.03% from 255) = 43.54%
R=24.62%
G=31.83%
B=43.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821061450.430.2700.43217.1427.7544.51
Hex526A912B1B02Bd91c2d
Octal12215222153330533313455
Binary10100101101010100100011010111101101010111101100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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