#050592

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

Shades of Dark Blue #050592

Tints of Dark Blue #050592

Color information

#050592 (or 0x050592) is unknown color: approx Dark Blue. HEX triplet: 05, 05 and 92. RGB value is (5,5,146). Sum of RGB (Red+Green+Blue) = 5+5+146=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 146 (57.42% from 255 or 93.59% from 156); Max value from RGB is 146 - color contains mainly: blue. Hex color #050592 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050592 is #FAFA6D. Grayscale: #141414. Windows color (decimal): -16448110 or 9569541. OLE color: 9569541.

HSL color Cylindrical-coordinate representation of color #050592: hue angle of 240º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050592 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB55146-
CMYK0.970.9700.43
HSL240º93.38%29.61%-
HSV(B)240º96.58%57.25%-
XYZ5.312.2227.34-
YUV21.07198.5116.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 146 (57.42% from 255) = 93.59%
R=3.21%
G=3.21%
B=93.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551460.970.9700.4324093.3829.61
Hex5592616102Bf05d1e
Octal5522214114105336013536
Binary1011011001001011000011100001010101111110000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050592; }

 p { color: rgb(5,5,146); }

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

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

 a { background-color: rgb(5,5,146); }

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

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

 span { border-color: rgb(5,5,146); }

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