Html Css Color HEX #056868 Blue Lagoon

📋 copy color: '#056868'

red 5 ◦ green 104 ◦ blue 104

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

Shades of Blue Lagoon #056868

Tints of Blue Lagoon #056868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 48.83%

R = 2.35%
G = 48.83%
B = 48.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#056868 (or 0x056868) is known color: Blue Lagoon. HEX triplet: 05, 68 and 68. RGB value is (5,104,104). Sum of RGB (Red+Green+Blue) = 5+104+104=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #056868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056868 is #FA9797. Grayscale: #4A4A4A. Windows color (decimal): -16422808 or 6842373. OLE color: 6842373.

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

Color convert

RGB 5 104 104 -
CMYK 0.95 0 0 0.59
HSL 180º 0.91% 0.21% -
HSV(B) 180º 0.95% 0.41% -
XYZ 7.51 10.93 14.81 -
YUV 74.4 144.7 78.5 -
System Red Green Blue C M Y K H S L
Decimal 5 104 104 0.95 0 0 0.59 180 0.91 0.21
Hex 5 68 68 5F 0 0 3B B4 5B 15
Octal 5 150 150 137 0 0 73 264 133 25
Binary 101 1101000 1101000 1011111 0 0 111011 10110100 1011011 10101

Color Harmonies of #056868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056868

Black with #056868

Text Example


Text Example

White with #056868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056868; }

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

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

background-color css

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

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

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

border-color css

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

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

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