#526491

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

Shades of Kashmir Blue #526491

Tints of Kashmir Blue #526491

Color information

#526491 (or 0x526491) is unknown color: approx Kashmir Blue. HEX triplet: 52, 64 and 91. RGB value is (82,100,145). Sum of RGB (Red+Green+Blue) = 82+100+145=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #526491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526491 is #AD9B6E. Grayscale: #636363. Windows color (decimal): -11377519 or 9528402. OLE color: 9528402.

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

Color convert

RGB82100145-
CMYK0.430.3100.43
HSL222.86º27.75%44.51%-
HSV(B)222.86º43.45%56.86%-
XYZ13.1512.9528.6-
YUV99.75153.54115.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.08%
GREEN value IS 100 (39.45% from 255) = 30.58%
BLUE value IS 145 (57.03% from 255) = 44.34%
R=25.08%
G=30.58%
B=44.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821001450.430.3100.43222.8627.7544.51
Hex5264912B1F02Bdf1c2d
Octal12214422153370533373455
Binary10100101100100100100011010111111101010111101111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526491; }

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

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

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

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

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

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

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

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