Html Css Color HEX #05516F Blue Lagoon

📋 copy color: '#05516F'

red 5 ◦ green 81 ◦ blue 111

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

Shades of Blue Lagoon #05516F

Tints of Blue Lagoon #05516F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 56.35%

R = 2.54%
G = 41.12%
B = 56.35%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#05516F (or 0x05516F) is known color: Blue Lagoon. HEX triplet: 05, 51 and 6F. RGB value is (5,81,111). Sum of RGB (Red+Green+Blue) = 5+81+111=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #05516F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05516F is #FAAE90. Grayscale: #3D3D3D. Windows color (decimal): -16428689 or 7295237. OLE color: 7295237.

HSL color Cylindrical-coordinate representation of color #05516F: hue angle of 196.98º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05516F is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 81 111 -
CMYK 0.95 0.27 0 0.56
HSL 196.98º 0.91% 0.23% -
HSV(B) 196.98º 0.95% 0.44% -
XYZ 5.87 7.06 16.09 -
YUV 61.7 155.82 87.56 -
System Red Green Blue C M Y K H S L
Decimal 5 81 111 0.95 0.27 0 0.56 196.98 0.91 0.23
Hex 5 51 6F 5F 1B 0 38 C5 5B 17
Octal 5 121 157 137 33 0 70 305 133 27
Binary 101 1010001 1101111 1011111 11011 0 111000 11000101 1011011 10111

Color Harmonies of #05516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05516F

Black with #05516F

Text Example


Text Example

White with #05516F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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