Html Css Color HEX #056474 Blue Lagoon

📋 copy color: '#056474'

red 5 ◦ green 100 ◦ blue 116

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

Shades of Blue Lagoon #056474

Tints of Blue Lagoon #056474

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.25%

 BLUE value IS 116 (45.7% from 255) = 52.49%

R = 2.26%
G = 45.25%
B = 52.49%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#056474 (or 0x056474) is known color: Blue Lagoon. HEX triplet: 05, 64 and 74. RGB value is (5,100,116). Sum of RGB (Red+Green+Blue) = 5+100+116=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #056474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056474 is #FA9B8B. Grayscale: #494949. Windows color (decimal): -16423820 or 7627781. OLE color: 7627781.

HSL color Cylindrical-coordinate representation of color #056474: hue angle of 188.65º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056474 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 100 116 -
CMYK 0.96 0.14 0 0.55
HSL 188.65º 0.92% 0.24% -
HSV(B) 188.65º 0.96% 0.45% -
XYZ 7.77 10.41 18.12 -
YUV 73.42 152.03 79.2 -
System Red Green Blue C M Y K H S L
Decimal 5 100 116 0.96 0.14 0 0.55 188.65 0.92 0.24
Hex 5 64 74 60 E 0 37 BD 5C 18
Octal 5 144 164 140 16 0 67 275 134 30
Binary 101 1100100 1110100 1100000 1110 0 110111 10111101 1011100 11000

Color Harmonies of #056474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056474

Black with #056474

Text Example


Text Example

White with #056474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056474; }

 p { color: rgb(5,100,116); }

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

background-color css

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

 a { background-color: rgb(5,100,116); }

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

border-color css

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

 span { border-color: rgb(5,100,116); }

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