Html Css Color HEX #056189 Blue Lagoon

📋 copy color: '#056189'

red 5 ◦ green 97 ◦ blue 137

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

Shades of Blue Lagoon #056189

Tints of Blue Lagoon #056189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.59%

 BLUE value IS 137 (53.91% from 255) = 57.32%

R = 2.09%
G = 40.59%
B = 57.32%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#056189 (or 0x056189) is known color: Blue Lagoon. HEX triplet: 05, 61 and 89. RGB value is (5,97,137). Sum of RGB (Red+Green+Blue) = 5+97+137=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #056189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056189 is #FA9E76. Grayscale: #494949. Windows color (decimal): -16424567 or 9003269. OLE color: 9003269.

HSL color Cylindrical-coordinate representation of color #056189: hue angle of 198.18º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056189 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 97 137 -
CMYK 0.96 0.29 0 0.46
HSL 198.18º 0.93% 0.28% -
HSV(B) 198.18º 0.96% 0.54% -
XYZ 8.85 10.39 25.21 -
YUV 74.05 163.52 78.75 -
System Red Green Blue C M Y K H S L
Decimal 5 97 137 0.96 0.29 0 0.46 198.18 0.93 0.28
Hex 5 61 89 60 1D 0 2E C6 5D 1C
Octal 5 141 211 140 35 0 56 306 135 34
Binary 101 1100001 10001001 1100000 11101 0 101110 11000110 1011101 11100

Color Harmonies of #056189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056189

Black with #056189

Text Example


Text Example

White with #056189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056189; }

 p { color: rgb(5,97,137); }

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

background-color css

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

 a { background-color: rgb(5,97,137); }

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

border-color css

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

 span { border-color: rgb(5,97,137); }

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