#526D8E

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

Shades of Kashmir Blue #526D8E

Tints of Kashmir Blue #526D8E

Color information

#526D8E (or 0x526D8E) is unknown color: approx Kashmir Blue. HEX triplet: 52, 6D and 8E. RGB value is (82,109,142). Sum of RGB (Red+Green+Blue) = 82+109+142=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #526D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526D8E is #AD9271. Grayscale: #686868. Windows color (decimal): -11375218 or 9334098. OLE color: 9334098.

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

Color convert

RGB82109142-
CMYK0.420.2300.44
HSL213º26.79%43.92%-
HSV(B)213º42.25%55.69%-
XYZ13.8314.6827.7-
YUV104.69149.05111.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.62%
GREEN value IS 109 (42.97% from 255) = 32.73%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=24.62%
G=32.73%
B=42.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821091420.420.2300.4421326.7943.92
Hex526D8E2A1702Cd51b2c
Octal12215521652270543253354
Binary10100101101101100011101010101011101011001101010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,109,142); }

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

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

 a { background-color: rgb(82,109,142); }

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

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

 span { border-color: rgb(82,109,142); }

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