#526388

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

Shades of Kashmir Blue #526388

Tints of Kashmir Blue #526388

Color information

#526388 (or 0x526388) is unknown color: approx Kashmir Blue. HEX triplet: 52, 63 and 88. RGB value is (82,99,136). Sum of RGB (Red+Green+Blue) = 82+99+136=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #526388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526388 is #AD9C77. Grayscale: #616161. Windows color (decimal): -11377784 or 8938322. OLE color: 8938322.

HSL color Cylindrical-coordinate representation of color #526388: hue angle of 221.11º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #526388 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8299136-
CMYK0.400.2700.47
HSL221.11º24.77%42.75%-
HSV(B)221.11º39.71%53.33%-
XYZ12.3912.525.05-
YUV98.14149.37116.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.87%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 136 (53.52% from 255) = 42.90%
R=25.87%
G=31.23%
B=42.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82991360.400.2700.47221.1124.7742.75
Hex526388281B02Fdd192b
Octal12214321050330573353153
Binary10100101100011100010001010001101101011111101110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526388; }

 p { color: rgb(82,99,136); }

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

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

 a { background-color: rgb(82,99,136); }

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

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

 span { border-color: rgb(82,99,136); }

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