#526B8D

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

Shades of Kashmir Blue #526B8D

Tints of Kashmir Blue #526B8D

Color information

#526B8D (or 0x526B8D) is unknown color: approx Kashmir Blue. HEX triplet: 52, 6B and 8D. RGB value is (82,107,141). Sum of RGB (Red+Green+Blue) = 82+107+141=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #526B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526B8D is #AD9472. Grayscale: #676767. Windows color (decimal): -11375731 or 9268050. OLE color: 9268050.

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

Color convert

RGB82107141-
CMYK0.420.2400.45
HSL214.58º26.46%43.73%-
HSV(B)214.58º41.84%55.29%-
XYZ13.5514.2327.23-
YUV103.4149.22112.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=24.85%
G=32.42%
B=42.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821071410.420.2400.45214.5826.4643.73
Hex526B8D2A1802Dd71a2c
Octal12215321552300553273254
Binary10100101101011100011011010101100001011011101011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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