#526992

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

Shades of Kashmir Blue #526992

Tints of Kashmir Blue #526992

Color information

#526992 (or 0x526992) is unknown color: approx Kashmir Blue. HEX triplet: 52, 69 and 92. RGB value is (82,105,146). Sum of RGB (Red+Green+Blue) = 82+105+146=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #526992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526992 is #AD966D. Grayscale: #666666. Windows color (decimal): -11376238 or 9595218. OLE color: 9595218.

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

Color convert

RGB82105146-
CMYK0.440.2800.43
HSL218.44º28.07%44.71%-
HSV(B)218.44º43.84%57.25%-
XYZ13.7213.9729.17-
YUV102.8152.38113.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.62%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 146 (57.42% from 255) = 43.84%
R=24.62%
G=31.53%
B=43.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821051460.440.2800.43218.4428.0744.71
Hex5269922C1C02Bda1c2d
Octal12215122254340533323455
Binary10100101101001100100101011001110001010111101101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526992; }

 p { color: rgb(82,105,146); }

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

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

 a { background-color: rgb(82,105,146); }

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

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

 span { border-color: rgb(82,105,146); }

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