Html Css Color HEX #056867 Blue Lagoon

📋 copy color: '#056867'

red 5 ◦ green 104 ◦ blue 103

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

Shades of Blue Lagoon #056867

Tints of Blue Lagoon #056867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 48.58%

R = 2.36%
G = 49.06%
B = 48.58%

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

#056867 (or 0x056867) is known color: Blue Lagoon. HEX triplet: 05, 68 and 67. RGB value is (5,104,103). Sum of RGB (Red+Green+Blue) = 5+104+103=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #056867 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056867 is #FA9798. Grayscale: #4A4A4A. Windows color (decimal): -16422809 or 6776837. OLE color: 6776837.

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

Color convert

RGB 5 104 103 -
CMYK 0.95 0 0.01 0.59
HSL 179.39º 0.91% 0.21% -
HSV(B) 179.39º 0.95% 0.41% -
XYZ 7.46 10.91 14.54 -
YUV 74.29 144.2 78.58 -
System Red Green Blue C M Y K H S L
Decimal 5 104 103 0.95 0 0.01 0.59 179.39 0.91 0.21
Hex 5 68 67 5F 0 1 3B B3 5B 15
Octal 5 150 147 137 0 1 73 263 133 25
Binary 101 1101000 1100111 1011111 0 1 111011 10110011 1011011 10101

Color Harmonies of #056867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056867

Black with #056867

Text Example


Text Example

White with #056867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056867; }

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

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

background-color css

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

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

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

border-color css

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

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

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