Html Css Color HEX #055E65 Blue Lagoon

📋 copy color: '#055E65'

red 5 ◦ green 94 ◦ blue 101

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

Shades of Blue Lagoon #055E65

Tints of Blue Lagoon #055E65

RGB

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

 GREEN value IS 94 (37.11% from 255) = 47%

 BLUE value IS 101 (39.84% from 255) = 50.5%

R = 2.5%
G = 47%
B = 50.5%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#055E65 (or 0x055E65) is known color: Blue Lagoon. HEX triplet: 05, 5E and 65. RGB value is (5,94,101). Sum of RGB (Red+Green+Blue) = 5+94+101=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 94 (37.11% from 255 or 47% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #055E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055E65 is #FAA19A. Grayscale: #444444. Windows color (decimal): -16425371 or 6643205. OLE color: 6643205.

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

Color convert

RGB 5 94 101 -
CMYK 0.95 0.07 0 0.60
HSL 184.38º 0.91% 0.21% -
HSV(B) 184.38º 0.95% 0.4% -
XYZ 6.41 8.98 13.71 -
YUV 68.19 146.51 82.93 -
System Red Green Blue C M Y K H S L
Decimal 5 94 101 0.95 0.07 0 0.60 184.38 0.91 0.21
Hex 5 5E 65 5F 7 0 3C B8 5B 15
Octal 5 136 145 137 7 0 74 270 133 25
Binary 101 1011110 1100101 1011111 111 0 111100 10111000 1011011 10101

Color Harmonies of #055E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055E65

Black with #055E65

Text Example


Text Example

White with #055E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,94,101); }

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

background-color css

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

 a { background-color: rgb(5,94,101); }

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

border-color css

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

 span { border-color: rgb(5,94,101); }

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