#526A8E

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

Shades of Kashmir Blue #526A8E

Tints of Kashmir Blue #526A8E

Color information

#526A8E (or 0x526A8E) is unknown color: approx Kashmir Blue. HEX triplet: 52, 6A and 8E. RGB value is (82,106,142). Sum of RGB (Red+Green+Blue) = 82+106+142=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #526A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526A8E is #AD9571. Grayscale: #666666. Windows color (decimal): -11375986 or 9333330. OLE color: 9333330.

HSL color Cylindrical-coordinate representation of color #526A8E: hue angle of 216º 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 #526A8E is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB82106142-
CMYK0.420.2500.44
HSL216º26.79%43.92%-
HSV(B)216º42.25%55.69%-
XYZ13.5214.0527.59-
YUV102.93150.05113.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 106 (41.80% from 255) = 32.12%
BLUE value IS 142 (55.86% from 255) = 43.03%
R=24.85%
G=32.12%
B=43.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821061420.420.2500.4421626.7943.92
Hex526A8E2A1902Cd81b2c
Octal12215221652310543303354
Binary10100101101010100011101010101100101011001101100011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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