#050562

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

Shades of Navy #050562

Tints of Navy #050562

Color information

#050562 (or 0x050562) is unknown color: approx Navy. HEX triplet: 05, 05 and 62. RGB value is (5,5,98). Sum of RGB (Red+Green+Blue) = 5+5+98=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 98 (38.67% from 255 or 90.74% from 108); Max value from RGB is 98 - color contains mainly: blue. Hex color #050562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050562 is #FAFA9D. Grayscale: #0F0F0F. Windows color (decimal): -16448158 or 6423813. OLE color: 6423813.

HSL color Cylindrical-coordinate representation of color #050562: hue angle of 240º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050562 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB5598-
CMYK0.950.9500.62
HSL240º90.29%20.2%-
HSV(B)240º94.9%38.43%-
XYZ2.321.0211.63-
YUV15.6174.5120.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 98 (38.67% from 255) = 90.74%
R=4.63%
G=4.63%
B=90.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal55980.950.9500.6224090.2920.2
Hex55625F5F03Ef05a14
Octal5514213713707636013224
Binary101101110001010111111011111011111011110000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050562; }

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

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

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

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

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

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

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

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