#526185

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

Shades of Kashmir Blue #526185

Tints of Kashmir Blue #526185

Color information

#526185 (or 0x526185) is unknown color: approx Kashmir Blue. HEX triplet: 52, 61 and 85. RGB value is (82,97,133). Sum of RGB (Red+Green+Blue) = 82+97+133=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #526185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526185 is #AD9E7A. Grayscale: #606060. Windows color (decimal): -11378299 or 8741202. OLE color: 8741202.

HSL color Cylindrical-coordinate representation of color #526185: hue angle of 222.35º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #526185 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8297133-
CMYK0.380.2700.48
HSL222.35º23.72%42.16%-
HSV(B)222.35º38.35%52.16%-
XYZ11.9912.0423.88-
YUV96.62148.53117.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 133 (52.34% from 255) = 42.63%
R=26.28%
G=31.09%
B=42.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82971330.380.2700.48222.3523.7242.16
Hex526185261B030de182a
Octal12214120546330603363052
Binary10100101100001100001011001101101101100001101111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526185; }

 p { color: rgb(82,97,133); }

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

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

 a { background-color: rgb(82,97,133); }

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

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

 span { border-color: rgb(82,97,133); }

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