Html Css Color HEX #05616F Blue Lagoon

📋 copy color: '#05616F'

red 5 ◦ green 97 ◦ blue 111

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

Shades of Blue Lagoon #05616F

Tints of Blue Lagoon #05616F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.54%

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

R = 2.35%
G = 45.54%
B = 52.11%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#05616F (or 0x05616F) is known color: Blue Lagoon. HEX triplet: 05, 61 and 6F. RGB value is (5,97,111). Sum of RGB (Red+Green+Blue) = 5+97+111=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #05616F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05616F is #FA9E90. Grayscale: #464646. Windows color (decimal): -16424593 or 7299333. OLE color: 7299333.

HSL color Cylindrical-coordinate representation of color #05616F: hue angle of 187.92º 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 #05616F is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 97 111 -
CMYK 0.95 0.13 0 0.56
HSL 187.92º 0.91% 0.23% -
HSV(B) 187.92º 0.95% 0.44% -
XYZ 7.21 9.73 16.54 -
YUV 71.09 150.52 80.86 -
System Red Green Blue C M Y K H S L
Decimal 5 97 111 0.95 0.13 0 0.56 187.92 0.91 0.23
Hex 5 61 6F 5F D 0 38 BC 5B 17
Octal 5 141 157 137 15 0 70 274 133 27
Binary 101 1100001 1101111 1011111 1101 0 111000 10111100 1011011 10111

Color Harmonies of #05616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05616F

Black with #05616F

Text Example


Text Example

White with #05616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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