#075575

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

Shades of Blue Lagoon #075575

Tints of Blue Lagoon #075575

Color information

#075575 (or 0x075575) is unknown color: approx Blue Lagoon. HEX triplet: 07, 55 and 75. RGB value is (7,85,117). Sum of RGB (Red+Green+Blue) = 7+85+117=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #075575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075575 is #F8AA8A. Grayscale: #414141. Windows color (decimal): -16296587 or 7689479. OLE color: 7689479.

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

Color convert

RGB785117-
CMYK0.940.2700.54
HSL197.45º88.71%24.31%-
HSV(B)197.45º94.02%45.88%-
XYZ6.557.8318-
YUV65.33157.1686.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.35%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 117 (46.09% from 255) = 55.98%
R=3.35%
G=40.67%
B=55.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7851170.940.2700.54197.4588.7124.31
Hex755755E1B036c55918
Octal71251651363306630513130
Binary11110101011110101101111011011011011011000101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075575; }

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

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

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

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

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

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

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

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