Html Css Color HEX #054E64 Blue Lagoon

📋 copy color: '#054E64'

red 5 ◦ green 78 ◦ blue 100

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

Shades of Blue Lagoon #054E64

Tints of Blue Lagoon #054E64

RGB

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

 GREEN value IS 78 (30.86% from 255) = 42.62%

 BLUE value IS 100 (39.45% from 255) = 54.64%

R = 2.73%
G = 42.62%
B = 54.64%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#054E64 (or 0x054E64) is known color: Blue Lagoon. HEX triplet: 05, 4E and 64. RGB value is (5,78,100). Sum of RGB (Red+Green+Blue) = 5+78+100=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 100 (39.45% from 255 or 54.64% from 183); Max value from RGB is 100 - color contains mainly: blue. Hex color #054E64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E64 is #FAB19B. Grayscale: #3A3A3A. Windows color (decimal): -16429468 or 6573573. OLE color: 6573573.

HSL color Cylindrical-coordinate representation of color #054E64: hue angle of 193.89º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054E64 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 78 100 -
CMYK 0.95 0.22 0 0.61
HSL 193.89º 0.9% 0.21% -
HSV(B) 193.89º 0.95% 0.39% -
XYZ 5.09 6.4 13.02 -
YUV 58.68 151.32 89.71 -
System Red Green Blue C M Y K H S L
Decimal 5 78 100 0.95 0.22 0 0.61 193.89 0.9 0.21
Hex 5 4E 64 5F 16 0 3D C2 5A 15
Octal 5 116 144 137 26 0 75 302 132 25
Binary 101 1001110 1100100 1011111 10110 0 111101 11000010 1011010 10101

Color Harmonies of #054E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054E64

Black with #054E64

Text Example


Text Example

White with #054E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054E64; }

 p { color: rgb(5,78,100); }

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

background-color css

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

 a { background-color: rgb(5,78,100); }

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

border-color css

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

 span { border-color: rgb(5,78,100); }

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