Html Css Color HEX #056968 Blue Lagoon

📋 copy color: '#056968'

red 5 ◦ green 105 ◦ blue 104

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

Shades of Blue Lagoon #056968

Tints of Blue Lagoon #056968

RGB

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

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

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

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

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #056968: hue angle of 179.4º 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 #056968 is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 105 104 -
CMYK 0.95 0 0.01 0.59
HSL 179.4º 0.91% 0.22% -
HSV(B) 179.4º 0.95% 0.41% -
XYZ 7.61 11.13 14.84 -
YUV 74.99 144.37 78.08 -
System Red Green Blue C M Y K H S L
Decimal 5 105 104 0.95 0 0.01 0.59 179.4 0.91 0.22
Hex 5 69 68 5F 0 1 3B B3 5B 16
Octal 5 151 150 137 0 1 73 263 133 26
Binary 101 1101001 1101000 1011111 0 1 111011 10110011 1011011 10110

Color Harmonies of #056968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056968

Black with #056968

Text Example


Text Example

White with #056968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056968; }

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

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

background-color css

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

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

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

border-color css

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

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

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