#050565

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

Shades of Navy #050565

Tints of Navy #050565

Color information

#050565 (or 0x050565) is unknown color: approx Navy. HEX triplet: 05, 05 and 65. RGB value is (5,5,101). Sum of RGB (Red+Green+Blue) = 5+5+101=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 101 (39.84% from 255 or 90.99% from 111); Max value from RGB is 101 - color contains mainly: blue. Hex color #050565 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050565 is #FAFA9A. Grayscale: #0F0F0F. Windows color (decimal): -16448155 or 6620421. OLE color: 6620421.

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

Color convert

RGB55101-
CMYK0.950.9500.60
HSL240º90.57%20.78%-
HSV(B)240º95.05%39.61%-
XYZ2.471.0812.39-
YUV15.94176120.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 5 (2.34% from 255) = 4.50%
BLUE value IS 101 (39.84% from 255) = 90.99%
R=4.50%
G=4.50%
B=90.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal551010.950.9500.6024090.5720.78
Hex55655F5F03Cf05b15
Octal5514513713707436013325
Binary101101110010110111111011111011110011110000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050565; }

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

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

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

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

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

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

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

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