#506789

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

Shades of Kashmir Blue #506789

Tints of Kashmir Blue #506789

Color information

#506789 (or 0x506789) is unknown color: approx Kashmir Blue. HEX triplet: 50, 67 and 89. RGB value is (80,103,137). Sum of RGB (Red+Green+Blue) = 80+103+137=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 137 - color contains mainly: blue. Hex color #506789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506789 is #AF9876. Grayscale: #636363. Windows color (decimal): -11507831 or 9004880. OLE color: 9004880.

HSL color Cylindrical-coordinate representation of color #506789: hue angle of 215.79º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #506789 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB80103137-
CMYK0.420.2500.46
HSL215.79º26.27%42.55%-
HSV(B)215.79º41.61%53.73%-
XYZ12.6713.2125.55-
YUV100148.88113.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 103 (40.62% from 255) = 32.19%
BLUE value IS 137 (53.91% from 255) = 42.81%
R=25%
G=32.19%
B=42.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal801031370.420.2500.46215.7926.2742.55
Hex5067892A1902Ed81a2b
Octal12014721152310563303253
Binary10100001100111100010011010101100101011101101100011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506789; }

 p { color: rgb(80,103,137); }

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

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

 a { background-color: rgb(80,103,137); }

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

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

 span { border-color: rgb(80,103,137); }

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