#050566

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

Shades of Navy #050566

Tints of Navy #050566

Color information

#050566 (or 0x050566) is unknown color: approx Navy. HEX triplet: 05, 05 and 66. RGB value is (5,5,102). Sum of RGB (Red+Green+Blue) = 5+5+102=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 102 (40.23% from 255 or 91.07% from 112); Max value from RGB is 102 - color contains mainly: blue. Hex color #050566 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050566 is #FAFA99. Grayscale: #0F0F0F. Windows color (decimal): -16448154 or 6685957. OLE color: 6685957.

HSL color Cylindrical-coordinate representation of color #050566: 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 #050566 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB55102-
CMYK0.950.9500.6
HSL240º90.65%20.98%-
HSV(B)240º95.1%40%-
XYZ2.521.112.65-
YUV16.06176.5120.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 5 (2.34% from 255) = 4.46%
BLUE value IS 102 (40.23% from 255) = 91.07%
R=4.46%
G=4.46%
B=91.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal551020.950.9500.624090.6520.98
Hex55665F5F03Cf05b15
Octal5514613713707436013325
Binary101101110011010111111011111011110011110000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050566; }

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

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

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

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

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

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

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

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