Html Css Color HEX #05577A Blue Lagoon

📋 copy color: '#05577A'

red 5 ◦ green 87 ◦ blue 122

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

Shades of Blue Lagoon #05577A

Tints of Blue Lagoon #05577A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.65%

 BLUE value IS 122 (48.05% from 255) = 57.01%

R = 2.34%
G = 40.65%
B = 57.01%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#05577A (or 0x05577A) is known color: Blue Lagoon. HEX triplet: 05, 57 and 7A. RGB value is (5,87,122). Sum of RGB (Red+Green+Blue) = 5+87+122=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 122 (48.05% from 255 or 57.01% from 214); Max value from RGB is 122 - color contains mainly: blue. Hex color #05577A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05577A is #FAA885. Grayscale: #424242. Windows color (decimal): -16427142 or 8017669. OLE color: 8017669.

HSL color Cylindrical-coordinate representation of color #05577A: hue angle of 197.95º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05577A is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 5 87 122 -
CMYK 0.96 0.29 0 0.52
HSL 197.95º 0.92% 0.25% -
HSV(B) 197.95º 0.96% 0.48% -
XYZ 6.98 8.25 19.64 -
YUV 66.47 159.33 84.15 -
System Red Green Blue C M Y K H S L
Decimal 5 87 122 0.96 0.29 0 0.52 197.95 0.92 0.25
Hex 5 57 7A 60 1D 0 34 C6 5C 19
Octal 5 127 172 140 35 0 64 306 134 31
Binary 101 1010111 1111010 1100000 11101 0 110100 11000110 1011100 11001

Color Harmonies of #05577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05577A

Black with #05577A

Text Example


Text Example

White with #05577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05577A; }

 p { color: rgb(5,87,122); }

 H1.HeaderClassName
 {
   color: #05577A;
 }
 .AnyTagClassName
 {
   color: #05577A;
 }
</style>

background-color css

<style>
 a { background-color: #05577A; }

 a { background-color: rgb(5,87,122); }

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

border-color css

<style>
 span { border-color: #05577A; }

 span { border-color: rgb(5,87,122); }

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