#00586E

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

Shades of Blue Lagoon #00586E

Tints of Blue Lagoon #00586E

Color information

#00586E (or 0x00586E) is unknown color: approx Blue Lagoon. HEX triplet: 00, 58 and 6E. RGB value is (0,88,110). Sum of RGB (Red+Green+Blue) = 0+88+110=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #00586E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00586E is #FFA791. Grayscale: #404040. Windows color (decimal): -16754578 or 7231488. OLE color: 7231488.

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

Color convert

RGB088110-
CMYK10.200.57
HSL192º100%21.57%-
HSV(B)192º100%43.14%-
XYZ6.38.1115.98-
YUV64.2153.8582.21-

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.44%
BLUE value IS 110 (43.36% from 255) = 55.56%
R=0%
G=44.44%
B=55.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal08811010.200.5719210021.57
Hex0586E6414039c06416
Octal01301561442407130014426
Binary010110001101110110010010100011100111000000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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