#00586F

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

Shades of Blue Lagoon #00586F

Tints of Blue Lagoon #00586F

Color information

#00586F (or 0x00586F) is unknown color: approx Blue Lagoon. HEX triplet: 00, 58 and 6F. RGB value is (0,88,111). Sum of RGB (Red+Green+Blue) = 0+88+111=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #00586F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00586F is #FFA790. Grayscale: #404040. Windows color (decimal): -16754577 or 7297024. OLE color: 7297024.

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

Color convert

RGB088111-
CMYK10.2100.56
HSL192.43º100%21.76%-
HSV(B)192.43º100%43.53%-
XYZ6.368.1316.27-
YUV64.31154.3582.13-

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.22%
BLUE value IS 111 (43.75% from 255) = 55.78%
R=0%
G=44.22%
B=55.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal08811110.2100.56192.4310021.76
Hex0586F6415038c06416
Octal01301571442507030014426
Binary010110001101111110010010101011100011000000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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