#526A92

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

Shades of Kashmir Blue #526A92

Tints of Kashmir Blue #526A92

Color information

#526A92 (or 0x526A92) is unknown color: approx Kashmir Blue. HEX triplet: 52, 6A and 92. RGB value is (82,106,146). Sum of RGB (Red+Green+Blue) = 82+106+146=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #526A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526A92 is #AD956D. Grayscale: #676767. Windows color (decimal): -11375982 or 9595474. OLE color: 9595474.

HSL color Cylindrical-coordinate representation of color #526A92: hue angle of 217.5º 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 #526A92 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB82106146-
CMYK0.440.2700.43
HSL217.5º28.07%44.71%-
HSV(B)217.5º43.84%57.25%-
XYZ13.8214.1829.2-
YUV103.38152.05112.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 146 (57.42% from 255) = 43.71%
R=24.55%
G=31.74%
B=43.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821061460.440.2700.43217.528.0744.71
Hex526A922C1B02Bda1c2d
Octal12215222254330533323455
Binary10100101101010100100101011001101101010111101101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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