Html Css Color HEX #056089 Blue Lagoon

📋 copy color: '#056089'

red 5 ◦ green 96 ◦ blue 137

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

Shades of Blue Lagoon #056089

Tints of Blue Lagoon #056089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.34%

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

R = 2.1%
G = 40.34%
B = 57.56%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#056089 (or 0x056089) is known color: Blue Lagoon. HEX triplet: 05, 60 and 89. RGB value is (5,96,137). Sum of RGB (Red+Green+Blue) = 5+96+137=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #056089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056089 is #FA9F76. Grayscale: #494949. Windows color (decimal): -16424823 or 9003013. OLE color: 9003013.

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

Color convert

RGB 5 96 137 -
CMYK 0.96 0.30 0 0.46
HSL 198.64º 0.93% 0.28% -
HSV(B) 198.64º 0.96% 0.54% -
XYZ 8.76 10.2 25.17 -
YUV 73.47 163.85 79.17 -
System Red Green Blue C M Y K H S L
Decimal 5 96 137 0.96 0.30 0 0.46 198.64 0.93 0.28
Hex 5 60 89 60 1E 0 2E C7 5D 1C
Octal 5 140 211 140 36 0 56 307 135 34
Binary 101 1100000 10001001 1100000 11110 0 101110 11000111 1011101 11100

Color Harmonies of #056089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056089

Black with #056089

Text Example


Text Example

White with #056089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056089; }

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

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

background-color css

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

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

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

border-color css

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

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

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