Html Css Color HEX #00586B Blue Lagoon

📋 copy color: '#00586B'

red 0 ◦ green 88 ◦ blue 107

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

Shades of Blue Lagoon #00586B

Tints of Blue Lagoon #00586B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 88 (34.77% from 255) = 45.13%

 BLUE value IS 107 (42.19% from 255) = 54.87%

R = 0%
G = 45.13%
B = 54.87%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#00586B (or 0x00586B) is known color: Blue Lagoon. HEX triplet: 00, 58 and 6B. RGB value is (0,88,107). Sum of RGB (Red+Green+Blue) = 0+88+107=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #00586B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00586B is #FFA794. Grayscale: #3F3F3F. Windows color (decimal): -16754581 or 7034880. OLE color: 7034880.

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

Color convert

RGB 0 88 107 -
CMYK 1 0.18 0 0.58
HSL 190.65º 1% 0.21% -
HSV(B) 190.65º 1% 0.42% -
XYZ 6.14 8.04 15.14 -
YUV 63.85 152.35 82.46 -
System Red Green Blue C M Y K H S L
Decimal 0 88 107 1 0.18 0 0.58 190.65 1 0.21
Hex 0 58 6B 64 12 0 3A BF 64 15
Octal 0 130 153 144 22 0 72 277 144 25
Binary 0 1011000 1101011 1100100 10010 0 111010 10111111 1100100 10101

Color Harmonies of #00586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00586B

Black with #00586B

Text Example


Text Example

White with #00586B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00586B;
 }
 .AnyTagClassName
 {
   color: #00586B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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