#056675

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

Shades of Blue Lagoon #056675

Tints of Blue Lagoon #056675

Color information

#056675 (or 0x056675) is unknown color: approx Blue Lagoon. HEX triplet: 05, 66 and 75. RGB value is (5,102,117). Sum of RGB (Red+Green+Blue) = 5+102+117=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #056675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056675 is #FA998A. Grayscale: #4A4A4A. Windows color (decimal): -16423307 or 7693829. OLE color: 7693829.

HSL color Cylindrical-coordinate representation of color #056675: hue angle of 188.04º 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 #056675 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5102117-
CMYK0.960.1300.54
HSL188.04º91.8%23.92%-
HSV(B)188.04º95.73%45.88%-
XYZ8.0210.8218.5-
YUV74.71151.8678.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.23%
GREEN value IS 102 (40.23% from 255) = 45.54%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=2.23%
G=45.54%
B=52.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51021170.960.1300.54188.0491.823.92
Hex5667560D036bc5c18
Octal51461651401506627413430
Binary1011100110111010111000001101011011010111100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056675; }

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

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

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

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

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

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

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

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