#506688

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

Shades of Kashmir Blue #506688

Tints of Kashmir Blue #506688

Color information

#506688 (or 0x506688) is unknown color: approx Kashmir Blue. HEX triplet: 50, 66 and 88. RGB value is (80,102,136). Sum of RGB (Red+Green+Blue) = 80+102+136=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #506688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506688 is #AF9977. Grayscale: #636363. Windows color (decimal): -11508088 or 8939088. OLE color: 8939088.

HSL color Cylindrical-coordinate representation of color #506688: hue angle of 216.43º 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 #506688 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB80102136-
CMYK0.410.2500.47
HSL216.43º25.93%42.35%-
HSV(B)216.43º41.18%53.33%-
XYZ12.512.9925.14-
YUV99.3148.71114.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.16%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 136 (53.52% from 255) = 42.77%
R=25.16%
G=32.08%
B=42.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801021360.410.2500.47216.4325.9342.35
Hex506688291902Fd81a2a
Octal12014621051310573303252
Binary10100001100110100010001010011100101011111101100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506688; }

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

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

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

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

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

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

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

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