#526A8D

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

Shades of Kashmir Blue #526A8D

Tints of Kashmir Blue #526A8D

Color information

#526A8D (or 0x526A8D) is unknown color: approx Kashmir Blue. HEX triplet: 52, 6A and 8D. RGB value is (82,106,141). Sum of RGB (Red+Green+Blue) = 82+106+141=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #526A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526A8D is #AD9572. Grayscale: #666666. Windows color (decimal): -11375987 or 9267794. OLE color: 9267794.

HSL color Cylindrical-coordinate representation of color #526A8D: hue angle of 215.59º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #526A8D is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB82106141-
CMYK0.420.2500.45
HSL215.59º26.46%43.73%-
HSV(B)215.59º41.84%55.29%-
XYZ13.4414.0227.2-
YUV102.81149.55113.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 141 (55.47% from 255) = 42.86%
R=24.92%
G=32.22%
B=42.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821061410.420.2500.45215.5926.4643.73
Hex526A8D2A1902Dd81a2c
Octal12215221552310553303254
Binary10100101101010100011011010101100101011011101100011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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