Html Css Color HEX #054D68 Blue Lagoon

📋 copy color: '#054D68'

red 5 ◦ green 77 ◦ blue 104

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

Shades of Blue Lagoon #054D68

Tints of Blue Lagoon #054D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 55.91%

R = 2.69%
G = 41.4%
B = 55.91%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#054D68 (or 0x054D68) is known color: Blue Lagoon. HEX triplet: 05, 4D and 68. RGB value is (5,77,104). Sum of RGB (Red+Green+Blue) = 5+77+104=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #054D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D68 is #FAB297. Grayscale: #3A3A3A. Windows color (decimal): -16429720 or 6835461. OLE color: 6835461.

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

Color convert

RGB 5 77 104 -
CMYK 0.95 0.26 0 0.59
HSL 196.36º 0.91% 0.21% -
HSV(B) 196.36º 0.95% 0.41% -
XYZ 5.22 6.34 14.05 -
YUV 58.55 153.65 89.8 -
System Red Green Blue C M Y K H S L
Decimal 5 77 104 0.95 0.26 0 0.59 196.36 0.91 0.21
Hex 5 4D 68 5F 1A 0 3B C4 5B 15
Octal 5 115 150 137 32 0 73 304 133 25
Binary 101 1001101 1101000 1011111 11010 0 111011 11000100 1011011 10101

Color Harmonies of #054D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054D68

Black with #054D68

Text Example


Text Example

White with #054D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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