Html Css Color HEX #055A7C Blue Lagoon

📋 copy color: '#055A7C'

red 5 ◦ green 90 ◦ blue 124

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

Shades of Blue Lagoon #055A7C

Tints of Blue Lagoon #055A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 56.62%

R = 2.28%
G = 41.1%
B = 56.62%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#055A7C (or 0x055A7C) is known color: Blue Lagoon. HEX triplet: 05, 5A and 7C. RGB value is (5,90,124). Sum of RGB (Red+Green+Blue) = 5+90+124=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #055A7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A7C is #FAA583. Grayscale: #444444. Windows color (decimal): -16426372 or 8149509. OLE color: 8149509.

HSL color Cylindrical-coordinate representation of color #055A7C: hue angle of 197.14º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055A7C is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 90 124 -
CMYK 0.96 0.27 0 0.51
HSL 197.14º 0.92% 0.25% -
HSV(B) 197.14º 0.96% 0.49% -
XYZ 7.36 8.8 20.38 -
YUV 68.46 159.34 82.74 -
System Red Green Blue C M Y K H S L
Decimal 5 90 124 0.96 0.27 0 0.51 197.14 0.92 0.25
Hex 5 5A 7C 60 1B 0 33 C5 5C 19
Octal 5 132 174 140 33 0 63 305 134 31
Binary 101 1011010 1111100 1100000 11011 0 110011 11000101 1011100 11001

Color Harmonies of #055A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A7C

Black with #055A7C

Text Example


Text Example

White with #055A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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