#506588

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

Shades of Kashmir Blue #506588

Tints of Kashmir Blue #506588

Color information

#506588 (or 0x506588) is unknown color: approx Kashmir Blue. HEX triplet: 50, 65 and 88. RGB value is (80,101,136). Sum of RGB (Red+Green+Blue) = 80+101+136=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 101 (39.84% from 255 or 31.86% 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 #506588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506588 is #AF9A77. Grayscale: #626262. Windows color (decimal): -11508344 or 8938832. OLE color: 8938832.

HSL color Cylindrical-coordinate representation of color #506588: hue angle of 217.5º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #506588 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB80101136-
CMYK0.410.2600.47
HSL217.5º25.93%42.35%-
HSV(B)217.5º41.18%53.33%-
XYZ12.4112.7925.11-
YUV98.71149.04114.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 101 (39.84% from 255) = 31.86%
BLUE value IS 136 (53.52% from 255) = 42.90%
R=25.24%
G=31.86%
B=42.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801011360.410.2600.47217.525.9342.35
Hex506588291A02Fda1a2a
Octal12014521051320573323252
Binary10100001100101100010001010011101001011111101101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506588; }

 p { color: rgb(80,101,136); }

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

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

 a { background-color: rgb(80,101,136); }

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

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

 span { border-color: rgb(80,101,136); }

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