#075572

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

Shades of Blue Lagoon #075572

Tints of Blue Lagoon #075572

Color information

#075572 (or 0x075572) is unknown color: approx Blue Lagoon. HEX triplet: 07, 55 and 72. RGB value is (7,85,114). Sum of RGB (Red+Green+Blue) = 7+85+114=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #075572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075572 is #F8AA8D. Grayscale: #404040. Windows color (decimal): -16296590 or 7492871. OLE color: 7492871.

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

Color convert

RGB785114-
CMYK0.940.2500.55
HSL196.26º88.43%23.73%-
HSV(B)196.26º93.86%44.71%-
XYZ6.377.7617.08-
YUV64.98155.6686.64-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.40%
GREEN value IS 85 (33.59% from 255) = 41.26%
BLUE value IS 114 (44.92% from 255) = 55.34%
R=3.40%
G=41.26%
B=55.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7851140.940.2500.55196.2688.4323.73
Hex755725E19037c45818
Octal71251621363106730413030
Binary11110101011110010101111011001011011111000100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075572; }

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

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

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

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

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

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

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

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