Html Css Color HEX #00586E Blue Lagoon

📋 copy color: '#00586E'

red 0 ◦ green 88 ◦ blue 110

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

Shades of Blue Lagoon #00586E

Tints of Blue Lagoon #00586E

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

 M value IS 0.2

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

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

RGB 0 88 110 -
CMYK 1 0.2 0 0.57
HSL 192º 1% 0.22% -
HSV(B) 192º 1% 0.43% -
XYZ 6.3 8.11 15.98 -
YUV 64.2 153.85 82.21 -
System Red Green Blue C M Y K H S L
Decimal 0 88 110 1 0.2 0 0.57 192 1 0.22
Hex 0 58 6E 64 14 0 39 C0 64 16
Octal 0 130 156 144 24 0 71 300 144 26
Binary 0 1011000 1101110 1100100 10100 0 111001 11000000 1100100 10110

Color Harmonies of #00586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00586E

Black with #00586E

Text Example


Text Example

White with #00586E

Text Example


Text Example

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