Html Css Color HEX #055D6C Blue Lagoon

📋 copy color: '#055D6C'

red 5 ◦ green 93 ◦ blue 108

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

Shades of Blue Lagoon #055D6C

Tints of Blue Lagoon #055D6C

RGB

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

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

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

R = 2.43%
G = 45.15%
B = 52.43%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#055D6C (or 0x055D6C) is known color: Blue Lagoon. HEX triplet: 05, 5D and 6C. RGB value is (5,93,108). Sum of RGB (Red+Green+Blue) = 5+93+108=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #055D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055D6C is #FAA293. Grayscale: #444444. Windows color (decimal): -16425620 or 7101701. OLE color: 7101701.

HSL color Cylindrical-coordinate representation of color #055D6C: hue angle of 188.74º 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 #055D6C is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 93 108 -
CMYK 0.95 0.14 0 0.58
HSL 188.74º 0.91% 0.22% -
HSV(B) 188.74º 0.95% 0.42% -
XYZ 6.68 8.94 15.56 -
YUV 68.4 150.35 82.78 -
System Red Green Blue C M Y K H S L
Decimal 5 93 108 0.95 0.14 0 0.58 188.74 0.91 0.22
Hex 5 5D 6C 5F E 0 3A BD 5B 16
Octal 5 135 154 137 16 0 72 275 133 26
Binary 101 1011101 1101100 1011111 1110 0 111010 10111101 1011011 10110

Color Harmonies of #055D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055D6C

Black with #055D6C

Text Example


Text Example

White with #055D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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