Html Css Color HEX #055166 Blue Lagoon

📋 copy color: '#055166'

red 5 ◦ green 81 ◦ blue 102

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

Shades of Blue Lagoon #055166

Tints of Blue Lagoon #055166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 54.26%

R = 2.66%
G = 43.09%
B = 54.26%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#055166 (or 0x055166) is known color: Blue Lagoon. HEX triplet: 05, 51 and 66. RGB value is (5,81,102). Sum of RGB (Red+Green+Blue) = 5+81+102=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #055166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055166 is #FAAE99. Grayscale: #3C3C3C. Windows color (decimal): -16428698 or 6705413. OLE color: 6705413.

HSL color Cylindrical-coordinate representation of color #055166: hue angle of 192.99º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055166 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 5 81 102 -
CMYK 0.95 0.21 0 0.6
HSL 192.99º 0.91% 0.21% -
HSV(B) 192.99º 0.95% 0.4% -
XYZ 5.4 6.88 13.61 -
YUV 60.67 151.32 88.29 -
System Red Green Blue C M Y K H S L
Decimal 5 81 102 0.95 0.21 0 0.6 192.99 0.91 0.21
Hex 5 51 66 5F 15 0 3C C1 5B 15
Octal 5 121 146 137 25 0 74 301 133 25
Binary 101 1010001 1100110 1011111 10101 0 111100 11000001 1011011 10101

Color Harmonies of #055166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055166

Black with #055166

Text Example


Text Example

White with #055166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055166; }

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

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

background-color css

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

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

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

border-color css

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

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

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