#07586D

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

Shades of Blue Lagoon #07586D

Tints of Blue Lagoon #07586D

Color information

#07586D (or 0x07586D) is unknown color: approx Blue Lagoon. HEX triplet: 07, 58 and 6D. RGB value is (7,88,109). Sum of RGB (Red+Green+Blue) = 7+88+109=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #07586D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07586D is #F8A792. Grayscale: #424242. Windows color (decimal): -16295827 or 7165959. OLE color: 7165959.

HSL color Cylindrical-coordinate representation of color #07586D: hue angle of 192.35º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07586D is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB788109-
CMYK0.940.1900.57
HSL192.35º87.93%22.75%-
HSV(B)192.35º93.58%42.75%-
XYZ6.348.1315.7-
YUV66.18152.1685.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.43%
GREEN value IS 88 (34.77% from 255) = 43.14%
BLUE value IS 109 (42.97% from 255) = 53.43%
R=3.43%
G=43.14%
B=53.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7881090.940.1900.57192.3587.9322.75
Hex7586D5E13039c05817
Octal71301551362307130013027
Binary11110110001101101101111010011011100111000000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07586D; }

 p { color: rgb(7,88,109); }

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

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

 a { background-color: rgb(7,88,109); }

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

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

 span { border-color: rgb(7,88,109); }

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