#051654

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

Shades of Sapphire #051654

Tints of Sapphire #051654

Color information

#051654 (or 0x051654) is unknown color: approx Sapphire. HEX triplet: 05, 16 and 54. RGB value is (5,22,84). Sum of RGB (Red+Green+Blue) = 5+22+84=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 84 (33.20% from 255 or 75.68% from 111); Max value from RGB is 84 - color contains mainly: blue. Hex color #051654 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051654 is #FAE9AB. Grayscale: #171717. Windows color (decimal): -16443820 or 5510661. OLE color: 5510661.

HSL color Cylindrical-coordinate representation of color #051654: hue angle of 227.09º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051654 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB52284-
CMYK0.940.7400.67
HSL227.09º88.76%17.45%-
HSV(B)227.09º94.05%32.94%-
XYZ1.951.258.53-
YUV23.98161.87114.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 22 (8.98% from 255) = 19.82%
BLUE value IS 84 (33.20% from 255) = 75.68%
R=4.50%
G=19.82%
B=75.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal522840.940.7400.67227.0988.7617.45
Hex516545E4A043e35911
Octal526124136112010334313121
Binary101101101010100101111010010100100001111100011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051654; }

 p { color: rgb(5,22,84); }

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

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

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

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

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

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

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