Html Css Color HEX #056869 Blue Lagoon

📋 copy color: '#056869'

red 5 ◦ green 104 ◦ blue 105

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

Shades of Blue Lagoon #056869

Tints of Blue Lagoon #056869

RGB

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

 GREEN value IS 104 (41.02% from 255) = 48.6%

 BLUE value IS 105 (41.41% from 255) = 49.07%

R = 2.34%
G = 48.6%
B = 49.07%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#056869 (or 0x056869) is known color: Blue Lagoon. HEX triplet: 05, 68 and 69. RGB value is (5,104,105). Sum of RGB (Red+Green+Blue) = 5+104+105=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #056869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056869 is #FA9796. Grayscale: #4A4A4A. Windows color (decimal): -16422807 or 6907909. OLE color: 6907909.

HSL color Cylindrical-coordinate representation of color #056869: hue angle of 180.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056869 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 104 105 -
CMYK 0.95 0.01 0 0.59
HSL 180.6º 0.91% 0.22% -
HSV(B) 180.6º 0.95% 0.41% -
XYZ 7.56 10.95 15.08 -
YUV 74.51 145.2 78.42 -
System Red Green Blue C M Y K H S L
Decimal 5 104 105 0.95 0.01 0 0.59 180.6 0.91 0.22
Hex 5 68 69 5F 1 0 3B B5 5B 16
Octal 5 150 151 137 1 0 73 265 133 26
Binary 101 1101000 1101001 1011111 1 0 111011 10110101 1011011 10110

Color Harmonies of #056869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056869

Black with #056869

Text Example


Text Example

White with #056869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056869; }

 p { color: rgb(5,104,105); }

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

background-color css

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

 a { background-color: rgb(5,104,105); }

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

border-color css

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

 span { border-color: rgb(5,104,105); }

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