#526691

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

Shades of Kashmir Blue #526691

Tints of Kashmir Blue #526691

Color information

#526691 (or 0x526691) is unknown color: approx Kashmir Blue. HEX triplet: 52, 66 and 91. RGB value is (82,102,145). Sum of RGB (Red+Green+Blue) = 82+102+145=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #526691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526691 is #AD996E. Grayscale: #646464. Windows color (decimal): -11377007 or 9528914. OLE color: 9528914.

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

Color convert

RGB82102145-
CMYK0.430.3000.43
HSL220.95º27.75%44.51%-
HSV(B)220.95º43.45%56.86%-
XYZ13.3413.3428.66-
YUV100.92152.87114.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 145 (57.03% from 255) = 44.07%
R=24.92%
G=31.00%
B=44.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821021450.430.3000.43220.9527.7544.51
Hex5266912B1E02Bdd1c2d
Octal12214622153360533353455
Binary10100101100110100100011010111111001010111101110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526691; }

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

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

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

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

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

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

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

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