Html Css Color HEX #05616C Blue Lagoon

📋 copy color: '#05616C'

red 5 ◦ green 97 ◦ blue 108

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

Shades of Blue Lagoon #05616C

Tints of Blue Lagoon #05616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 51.43%

R = 2.38%
G = 46.19%
B = 51.43%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05616C (or 0x05616C) is known color: Blue Lagoon. HEX triplet: 05, 61 and 6C. RGB value is (5,97,108). Sum of RGB (Red+Green+Blue) = 5+97+108=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #05616C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05616C is #FA9E93. Grayscale: #464646. Windows color (decimal): -16424596 or 7102725. OLE color: 7102725.

HSL color Cylindrical-coordinate representation of color #05616C: hue angle of 186.41º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05616C is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 97 108 -
CMYK 0.95 0.10 0 0.58
HSL 186.41º 0.91% 0.22% -
HSV(B) 186.41º 0.95% 0.42% -
XYZ 7.04 9.66 15.68 -
YUV 70.75 149.02 81.11 -
System Red Green Blue C M Y K H S L
Decimal 5 97 108 0.95 0.10 0 0.58 186.41 0.91 0.22
Hex 5 61 6C 5F A 0 3A BA 5B 16
Octal 5 141 154 137 12 0 72 272 133 26
Binary 101 1100001 1101100 1011111 1010 0 111010 10111010 1011011 10110

Color Harmonies of #05616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05616C

Black with #05616C

Text Example


Text Example

White with #05616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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