#526D93

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

Shades of Kashmir Blue #526D93

Tints of Kashmir Blue #526D93

Color information

#526D93 (or 0x526D93) is unknown color: approx Kashmir Blue. HEX triplet: 52, 6D and 93. RGB value is (82,109,147). Sum of RGB (Red+Green+Blue) = 82+109+147=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #526D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526D93 is #AD926C. Grayscale: #696969. Windows color (decimal): -11375213 or 9661778. OLE color: 9661778.

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

Color convert

RGB82109147-
CMYK0.440.2600.42
HSL215.08º28.38%44.9%-
HSV(B)215.08º44.22%57.65%-
XYZ14.2114.8429.72-
YUV105.26151.55111.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 147 (57.81% from 255) = 43.49%
R=24.26%
G=32.25%
B=43.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821091470.440.2600.42215.0828.3844.9
Hex526D932C1A02Ad71c2d
Octal12215522354320523273455
Binary10100101101101100100111011001101001010101101011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,109,147); }

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

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

 a { background-color: rgb(82,109,147); }

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

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

 span { border-color: rgb(82,109,147); }

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