#055163

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

Shades of Blue Lagoon #055163

Tints of Blue Lagoon #055163

Color information

#055163 (or 0x055163) is unknown color: approx Blue Lagoon. HEX triplet: 05, 51 and 63. RGB value is (5,81,99). Sum of RGB (Red+Green+Blue) = 5+81+99=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #055163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055163 is #FAAE9C. Grayscale: #3C3C3C. Windows color (decimal): -16428701 or 6508805. OLE color: 6508805.

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

Color convert

RGB58199-
CMYK0.950.1800.61
HSL191.49º90.38%20.39%-
HSV(B)191.49º94.95%38.82%-
XYZ5.266.8212.84-
YUV60.33149.8288.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.70%
GREEN value IS 81 (32.03% from 255) = 43.78%
BLUE value IS 99 (39.06% from 255) = 53.51%
R=2.70%
G=43.78%
B=53.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal581990.950.1800.61191.4990.3820.39
Hex551635F1203Dbf5a14
Octal51211431372207527713224
Binary10110100011100011101111110010011110110111111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055163; }

 p { color: rgb(5,81,99); }

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

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

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

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

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

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

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