Html Css Color HEX #054D69 Blue Lagoon

📋 copy color: '#054D69'

red 5 ◦ green 77 ◦ blue 105

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

Shades of Blue Lagoon #054D69

Tints of Blue Lagoon #054D69

RGB

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

 GREEN value IS 77 (30.47% from 255) = 41.18%

 BLUE value IS 105 (41.41% from 255) = 56.15%

R = 2.67%
G = 41.18%
B = 56.15%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#054D69 (or 0x054D69) is known color: Blue Lagoon. HEX triplet: 05, 4D and 69. RGB value is (5,77,105). Sum of RGB (Red+Green+Blue) = 5+77+105=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #054D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D69 is #FAB296. Grayscale: #3A3A3A. Windows color (decimal): -16429719 or 6900997. OLE color: 6900997.

HSL color Cylindrical-coordinate representation of color #054D69: hue angle of 196.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054D69 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 77 105 -
CMYK 0.95 0.27 0 0.59
HSL 196.8º 0.91% 0.22% -
HSV(B) 196.8º 0.95% 0.41% -
XYZ 5.27 6.36 14.31 -
YUV 58.66 154.15 89.72 -
System Red Green Blue C M Y K H S L
Decimal 5 77 105 0.95 0.27 0 0.59 196.8 0.91 0.22
Hex 5 4D 69 5F 1B 0 3B C5 5B 16
Octal 5 115 151 137 33 0 73 305 133 26
Binary 101 1001101 1101001 1011111 11011 0 111011 11000101 1011011 10110

Color Harmonies of #054D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054D69

Black with #054D69

Text Example


Text Example

White with #054D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,77,105); }

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

background-color css

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

 a { background-color: rgb(5,77,105); }

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

border-color css

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

 span { border-color: rgb(5,77,105); }

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