Html Css Color HEX #05516D Blue Lagoon

📋 copy color: '#05516D'

red 5 ◦ green 81 ◦ blue 109

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

Shades of Blue Lagoon #05516D

Tints of Blue Lagoon #05516D

RGB

 RED value IS 5 (2.34% from 255) = 2.56%

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

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

R = 2.56%
G = 41.54%
B = 55.9%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05516D (or 0x05516D) is known color: Blue Lagoon. HEX triplet: 05, 51 and 6D. RGB value is (5,81,109). Sum of RGB (Red+Green+Blue) = 5+81+109=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #05516D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05516D is #FAAE92. Grayscale: #3D3D3D. Windows color (decimal): -16428691 or 7164165. OLE color: 7164165.

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

Color convert

RGB 5 81 109 -
CMYK 0.95 0.26 0 0.57
HSL 196.15º 0.91% 0.22% -
HSV(B) 196.15º 0.95% 0.43% -
XYZ 5.77 7.02 15.52 -
YUV 61.47 154.82 87.72 -
System Red Green Blue C M Y K H S L
Decimal 5 81 109 0.95 0.26 0 0.57 196.15 0.91 0.22
Hex 5 51 6D 5F 1A 0 39 C4 5B 16
Octal 5 121 155 137 32 0 71 304 133 26
Binary 101 1010001 1101101 1011111 11010 0 111001 11000100 1011011 10110

Color Harmonies of #05516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05516D

Black with #05516D

Text Example


Text Example

White with #05516D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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