Html Css Color HEX #05676E Blue Lagoon

📋 copy color: '#05676E'

red 5 ◦ green 103 ◦ blue 110

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

Shades of Blue Lagoon #05676E

Tints of Blue Lagoon #05676E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.25%

 BLUE value IS 110 (43.36% from 255) = 50.46%

R = 2.29%
G = 47.25%
B = 50.46%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05676E (or 0x05676E) is known color: Blue Lagoon. HEX triplet: 05, 67 and 6E. RGB value is (5,103,110). Sum of RGB (Red+Green+Blue) = 5+103+110=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #05676E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05676E is #FA9891. Grayscale: #4A4A4A. Windows color (decimal): -16423058 or 7235333. OLE color: 7235333.

HSL color Cylindrical-coordinate representation of color #05676E: hue angle of 184º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05676E is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 103 110 -
CMYK 0.95 0.06 0 0.57
HSL 184º 0.91% 0.23% -
HSV(B) 184º 0.95% 0.43% -
XYZ 7.73 10.86 16.44 -
YUV 74.5 148.03 78.43 -
System Red Green Blue C M Y K H S L
Decimal 5 103 110 0.95 0.06 0 0.57 184 0.91 0.23
Hex 5 67 6E 5F 6 0 39 B8 5B 17
Octal 5 147 156 137 6 0 71 270 133 27
Binary 101 1100111 1101110 1011111 110 0 111001 10111000 1011011 10111

Color Harmonies of #05676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05676E

Black with #05676E

Text Example


Text Example

White with #05676E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05676E; }

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

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

background-color css

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

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

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

border-color css

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

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

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