Html Css Color HEX #054F66 Blue Lagoon

📋 copy color: '#054F66'

red 5 ◦ green 79 ◦ blue 102

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

Shades of Blue Lagoon #054F66

Tints of Blue Lagoon #054F66

RGB

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

 GREEN value IS 79 (31.25% from 255) = 42.47%

 BLUE value IS 102 (40.23% from 255) = 54.84%

R = 2.69%
G = 42.47%
B = 54.84%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#054F66 (or 0x054F66) is known color: Blue Lagoon. HEX triplet: 05, 4F and 66. RGB value is (5,79,102). Sum of RGB (Red+Green+Blue) = 5+79+102=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 102 (40.23% from 255 or 54.84% from 186); Max value from RGB is 102 - color contains mainly: blue. Hex color #054F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054F66 is #FAB099. Grayscale: #3B3B3B. Windows color (decimal): -16429210 or 6704901. OLE color: 6704901.

HSL color Cylindrical-coordinate representation of color #054F66: hue angle of 194.23º 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 #054F66 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 5 79 102 -
CMYK 0.95 0.23 0 0.6
HSL 194.23º 0.91% 0.21% -
HSV(B) 194.23º 0.95% 0.4% -
XYZ 5.26 6.58 13.56 -
YUV 59.5 151.98 89.13 -
System Red Green Blue C M Y K H S L
Decimal 5 79 102 0.95 0.23 0 0.6 194.23 0.91 0.21
Hex 5 4F 66 5F 17 0 3C C2 5B 15
Octal 5 117 146 137 27 0 74 302 133 25
Binary 101 1001111 1100110 1011111 10111 0 111100 11000010 1011011 10101

Color Harmonies of #054F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054F66

Black with #054F66

Text Example


Text Example

White with #054F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,79,102); }

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

background-color css

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

 a { background-color: rgb(5,79,102); }

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

border-color css

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

 span { border-color: rgb(5,79,102); }

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