#075570

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

Shades of Blue Lagoon #075570

Tints of Blue Lagoon #075570

Color information

#075570 (or 0x075570) is unknown color: approx Blue Lagoon. HEX triplet: 07, 55 and 70. RGB value is (7,85,112). Sum of RGB (Red+Green+Blue) = 7+85+112=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #075570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075570 is #F8AA8F. Grayscale: #404040. Windows color (decimal): -16296592 or 7361799. OLE color: 7361799.

HSL color Cylindrical-coordinate representation of color #075570: hue angle of 195.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075570 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB785112-
CMYK0.940.2400.56
HSL195.43º88.24%23.33%-
HSV(B)195.43º93.75%43.92%-
XYZ6.267.7116.49-
YUV64.76154.6686.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.43%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 112 (44.14% from 255) = 54.90%
R=3.43%
G=41.67%
B=54.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7851120.940.2400.56195.4388.2423.33
Hex755705E18038c35817
Octal71251601363007030313027
Binary11110101011110000101111011000011100011000011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075570; }

 p { color: rgb(7,85,112); }

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

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

 a { background-color: rgb(7,85,112); }

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

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

 span { border-color: rgb(7,85,112); }

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