Html Css Color HEX #00516D Blue Lagoon

📋 copy color: '#00516D'

red 0 ◦ green 81 ◦ blue 109

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

Shades of Blue Lagoon #00516D

Tints of Blue Lagoon #00516D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.63%

 BLUE value IS 109 (42.97% from 255) = 57.37%

R = 0%
G = 42.63%
B = 57.37%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00516D (or 0x00516D) is known color: Blue Lagoon. HEX triplet: 00, 51 and 6D. RGB value is (0,81,109). Sum of RGB (Red+Green+Blue) = 0+81+109=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #00516D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00516D is #FFAE92. Grayscale: #3B3B3B. Windows color (decimal): -16756371 or 7164160. OLE color: 7164160.

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

Color convert

RGB 0 81 109 -
CMYK 1 0.26 0 0.57
HSL 195.41º 1% 0.21% -
HSV(B) 195.41º 1% 0.43% -
XYZ 5.7 6.99 15.52 -
YUV 59.97 155.66 85.22 -
System Red Green Blue C M Y K H S L
Decimal 0 81 109 1 0.26 0 0.57 195.41 1 0.21
Hex 0 51 6D 64 1A 0 39 C3 64 15
Octal 0 121 155 144 32 0 71 303 144 25
Binary 0 1010001 1101101 1100100 11010 0 111001 11000011 1100100 10101

Color Harmonies of #00516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00516D

Black with #00516D

Text Example


Text Example

White with #00516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00516D; }

 p { color: rgb(0,81,109); }

 H1.HeaderClassName
 {
   color: #00516D;
 }
 .AnyTagClassName
 {
   color: #00516D;
 }
</style>

background-color css

<style>
 a { background-color: #00516D; }

 a { background-color: rgb(0,81,109); }

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

border-color css

<style>
 span { border-color: #00516D; }

 span { border-color: rgb(0,81,109); }

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