Html Css Color HEX #055A7F Blue Lagoon

📋 copy color: '#055A7F'

red 5 ◦ green 90 ◦ blue 127

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

Shades of Blue Lagoon #055A7F

Tints of Blue Lagoon #055A7F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.54%

 BLUE value IS 127 (50% from 255) = 57.21%

R = 2.25%
G = 40.54%
B = 57.21%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#055A7F (or 0x055A7F) is known color: Blue Lagoon. HEX triplet: 05, 5A and 7F. RGB value is (5,90,127). Sum of RGB (Red+Green+Blue) = 5+90+127=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #055A7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A7F is #FAA580. Grayscale: #444444. Windows color (decimal): -16426369 or 8346117. OLE color: 8346117.

HSL color Cylindrical-coordinate representation of color #055A7F: hue angle of 198.2º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055A7F is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 90 127 -
CMYK 0.96 0.29 0 0.50
HSL 198.2º 0.92% 0.26% -
HSV(B) 198.2º 0.96% 0.5% -
XYZ 7.55 8.88 21.39 -
YUV 68.8 160.84 82.49 -
System Red Green Blue C M Y K H S L
Decimal 5 90 127 0.96 0.29 0 0.50 198.2 0.92 0.26
Hex 5 5A 7F 60 1D 0 32 C6 5C 1A
Octal 5 132 177 140 35 0 62 306 134 32
Binary 101 1011010 1111111 1100000 11101 0 110010 11000110 1011100 11010

Color Harmonies of #055A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A7F

Black with #055A7F

Text Example


Text Example

White with #055A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,90,127); }

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

background-color css

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

 a { background-color: rgb(5,90,127); }

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

border-color css

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

 span { border-color: rgb(5,90,127); }

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