#526E8E

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

Shades of Kashmir Blue #526E8E

Tints of Kashmir Blue #526E8E

Color information

#526E8E (or 0x526E8E) is unknown color: approx Kashmir Blue. HEX triplet: 52, 6E and 8E. RGB value is (82,110,142). Sum of RGB (Red+Green+Blue) = 82+110+142=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #526E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E8E is #AD9171. Grayscale: #696969. Windows color (decimal): -11374962 or 9334354. OLE color: 9334354.

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

Color convert

RGB82110142-
CMYK0.420.2300.44
HSL212º26.79%43.92%-
HSV(B)212º42.25%55.69%-
XYZ13.9414.927.73-
YUV105.28148.72111.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 142 (55.86% from 255) = 42.51%
R=24.55%
G=32.93%
B=42.51%

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
Decimal821101420.420.2300.4421226.7943.92
Hex526E8E2A1702Cd41b2c
Octal12215621652270543243354
Binary10100101101110100011101010101011101011001101010011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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