#526D92

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

Shades of Kashmir Blue #526D92

Tints of Kashmir Blue #526D92

Color information

#526D92 (or 0x526D92) is unknown color: approx Kashmir Blue. HEX triplet: 52, 6D and 92. RGB value is (82,109,146). Sum of RGB (Red+Green+Blue) = 82+109+146=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #526D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526D92 is #AD926D. Grayscale: #686868. Windows color (decimal): -11375214 or 9596242. OLE color: 9596242.

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

Color convert

RGB82109146-
CMYK0.440.2500.43
HSL214.69º28.07%44.71%-
HSV(B)214.69º43.84%57.25%-
XYZ14.1414.8129.31-
YUV105.15151.05111.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=24.33%
G=32.34%
B=43.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821091460.440.2500.43214.6928.0744.71
Hex526D922C1902Bd71c2d
Octal12215522254310533273455
Binary10100101101101100100101011001100101010111101011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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