Html Css Color HEX #00586F Blue Lagoon

📋 copy color: '#00586F'

red 0 ◦ green 88 ◦ blue 111

#00586F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #00586F

Tints of Blue Lagoon #00586F

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 value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#00586F (or 0x00586F) is known color: 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

RGB 0 88 111 -
CMYK 1 0.21 0 0.56
HSL 192.43º 1% 0.22% -
HSV(B) 192.43º 1% 0.44% -
XYZ 6.36 8.13 16.27 -
YUV 64.31 154.35 82.13 -
System Red Green Blue C M Y K H S L
Decimal 0 88 111 1 0.21 0 0.56 192.43 1 0.22
Hex 0 58 6F 64 15 0 38 C0 64 16
Octal 0 130 157 144 25 0 70 300 144 26
Binary 0 1011000 1101111 1100100 10101 0 111000 11000000 1100100 10110

Color Harmonies of #00586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00586F

Black with #00586F

Text Example


Text Example

White with #00586F

Text Example


Text Example

HTML Codes & Css Web 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>