Html Css Color HEX #056374 Blue Lagoon

📋 copy color: '#056374'

red 5 ◦ green 99 ◦ blue 116

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

Shades of Blue Lagoon #056374

Tints of Blue Lagoon #056374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45%

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

R = 2.27%
G = 45%
B = 52.73%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#056374 (or 0x056374) is known color: Blue Lagoon. HEX triplet: 05, 63 and 74. RGB value is (5,99,116). Sum of RGB (Red+Green+Blue) = 5+99+116=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #056374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056374 is #FA9C8B. Grayscale: #484848. Windows color (decimal): -16424076 or 7627525. OLE color: 7627525.

HSL color Cylindrical-coordinate representation of color #056374: hue angle of 189.19º 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 #056374 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 99 116 -
CMYK 0.96 0.15 0 0.55
HSL 189.19º 0.92% 0.24% -
HSV(B) 189.19º 0.96% 0.45% -
XYZ 7.68 10.22 18.09 -
YUV 72.83 152.36 79.62 -
System Red Green Blue C M Y K H S L
Decimal 5 99 116 0.96 0.15 0 0.55 189.19 0.92 0.24
Hex 5 63 74 60 F 0 37 BD 5C 18
Octal 5 143 164 140 17 0 67 275 134 30
Binary 101 1100011 1110100 1100000 1111 0 110111 10111101 1011100 11000

Color Harmonies of #056374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056374

Black with #056374

Text Example


Text Example

White with #056374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056374; }

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

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

background-color css

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

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

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

border-color css

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

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

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