#00586D

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

Shades of Blue Lagoon #00586D

Tints of Blue Lagoon #00586D

Color information

#00586D (or 0x00586D) is unknown color: approx Blue Lagoon. HEX triplet: 00, 58 and 6D. RGB value is (0,88,109). Sum of RGB (Red+Green+Blue) = 0+88+109=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #00586D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00586D is #FFA792. Grayscale: #3F3F3F. Windows color (decimal): -16754579 or 7165952. OLE color: 7165952.

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

Color convert

RGB088109-
CMYK10.1900.57
HSL191.56º100%21.37%-
HSV(B)191.56º100%42.75%-
XYZ6.258.0815.7-
YUV64.08153.3582.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 88 (34.77% from 255) = 44.67%
BLUE value IS 109 (42.97% from 255) = 55.33%
R=0%
G=44.67%
B=55.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal08810910.1900.57191.5610021.37
Hex0586D6413039c06415
Octal01301551442307130014425
Binary010110001101101110010010011011100111000000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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