#526C92

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

Shades of Kashmir Blue #526C92

Tints of Kashmir Blue #526C92

Color information

#526C92 (or 0x526C92) is unknown color: approx Kashmir Blue. HEX triplet: 52, 6C and 92. RGB value is (82,108,146). Sum of RGB (Red+Green+Blue) = 82+108+146=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #526C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526C92 is #AD936D. Grayscale: #686868. Windows color (decimal): -11375470 or 9595986. OLE color: 9595986.

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

Color convert

RGB82108146-
CMYK0.440.2600.43
HSL215.62º28.07%44.71%-
HSV(B)215.62º43.84%57.25%-
XYZ14.0314.5929.27-
YUV104.56151.39111.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 108 (42.58% from 255) = 32.14%
BLUE value IS 146 (57.42% from 255) = 43.45%
R=24.40%
G=32.14%
B=43.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821081460.440.2600.43215.6228.0744.71
Hex526C922C1A02Bd81c2d
Octal12215422254320533303455
Binary10100101101100100100101011001101001010111101100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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