Html Css Color HEX #055D6E Blue Lagoon

📋 copy color: '#055D6E'

red 5 ◦ green 93 ◦ blue 110

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

Shades of Blue Lagoon #055D6E

Tints of Blue Lagoon #055D6E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.71%

 BLUE value IS 110 (43.36% from 255) = 52.88%

R = 2.4%
G = 44.71%
B = 52.88%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#055D6E (or 0x055D6E) is known color: Blue Lagoon. HEX triplet: 05, 5D and 6E. RGB value is (5,93,110). Sum of RGB (Red+Green+Blue) = 5+93+110=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #055D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055D6E is #FAA291. Grayscale: #444444. Windows color (decimal): -16425618 or 7232773. OLE color: 7232773.

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

Color convert

RGB 5 93 110 -
CMYK 0.95 0.15 0 0.57
HSL 189.71º 0.91% 0.23% -
HSV(B) 189.71º 0.95% 0.43% -
XYZ 6.79 8.99 16.13 -
YUV 68.63 151.35 82.62 -
System Red Green Blue C M Y K H S L
Decimal 5 93 110 0.95 0.15 0 0.57 189.71 0.91 0.23
Hex 5 5D 6E 5F F 0 39 BE 5B 17
Octal 5 135 156 137 17 0 71 276 133 27
Binary 101 1011101 1101110 1011111 1111 0 111001 10111110 1011011 10111

Color Harmonies of #055D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055D6E

Black with #055D6E

Text Example


Text Example

White with #055D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055D6E; }

 p { color: rgb(5,93,110); }

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

background-color css

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

 a { background-color: rgb(5,93,110); }

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

border-color css

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

 span { border-color: rgb(5,93,110); }

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