#056375

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

Shades of Blue Lagoon #056375

Tints of Blue Lagoon #056375

Color information

#056375 (or 0x056375) is unknown color: approx Blue Lagoon. HEX triplet: 05, 63 and 75. RGB value is (5,99,117). Sum of RGB (Red+Green+Blue) = 5+99+117=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #056375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056375 is #FA9C8A. Grayscale: #484848. Windows color (decimal): -16424075 or 7693061. OLE color: 7693061.

HSL color Cylindrical-coordinate representation of color #056375: hue angle of 189.64º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056375 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB599117-
CMYK0.960.1500.54
HSL189.64º91.8%23.92%-
HSV(B)189.64º95.73%45.88%-
XYZ7.7410.2418.4-
YUV72.95152.8679.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.26%
GREEN value IS 99 (39.06% from 255) = 44.80%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=2.26%
G=44.80%
B=52.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5991170.960.1500.54189.6491.823.92
Hex5637560F036be5c18
Octal51431651401706627613430
Binary1011100011111010111000001111011011010111110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056375; }

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

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

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

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

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

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

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

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