#526890

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

Shades of Kashmir Blue #526890

Tints of Kashmir Blue #526890

Color information

#526890 (or 0x526890) is unknown color: approx Kashmir Blue. HEX triplet: 52, 68 and 90. RGB value is (82,104,144). Sum of RGB (Red+Green+Blue) = 82+104+144=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #526890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526890 is #AD976F. Grayscale: #656565. Windows color (decimal): -11376496 or 9463890. OLE color: 9463890.

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

Color convert

RGB82104144-
CMYK0.430.2800.44
HSL218.71º27.43%44.31%-
HSV(B)218.71º43.06%56.47%-
XYZ13.4613.7128.32-
YUV101.98151.71113.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=24.85%
G=31.52%
B=43.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821041440.430.2800.44218.7127.4344.31
Hex5268902B1C02Cdb1b2c
Octal12215022053340543333354
Binary10100101101000100100001010111110001011001101101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526890; }

 p { color: rgb(82,104,144); }

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

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

 a { background-color: rgb(82,104,144); }

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

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

 span { border-color: rgb(82,104,144); }

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