#526E95

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

Shades of Kashmir Blue #526E95

Tints of Kashmir Blue #526E95

Color information

#526E95 (or 0x526E95) is unknown color: approx Kashmir Blue. HEX triplet: 52, 6E and 95. RGB value is (82,110,149). Sum of RGB (Red+Green+Blue) = 82+110+149=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #526E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E95 is #AD916A. Grayscale: #696969. Windows color (decimal): -11374955 or 9793106. OLE color: 9793106.

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

Color convert

RGB82110149-
CMYK0.450.2600.42
HSL214.93º29%45.29%-
HSV(B)214.93º44.97%58.43%-
XYZ14.4815.1230.59-
YUV106.07152.22110.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 149 (58.59% from 255) = 43.70%
R=24.05%
G=32.26%
B=43.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821101490.450.2600.42214.932945.29
Hex526E952D1A02Ad71d2d
Octal12215622555320523273555
Binary10100101101110100101011011011101001010101101011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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