Html Css Color HEX #05686E Blue Lagoon

📋 copy color: '#05686E'

red 5 ◦ green 104 ◦ blue 110

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

Shades of Blue Lagoon #05686E

Tints of Blue Lagoon #05686E

RGB

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

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

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

R = 2.28%
G = 47.49%
B = 50.23%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05686E (or 0x05686E) is known color: Blue Lagoon. HEX triplet: 05, 68 and 6E. RGB value is (5,104,110). Sum of RGB (Red+Green+Blue) = 5+104+110=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #05686E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05686E is #FA9791. Grayscale: #4A4A4A. Windows color (decimal): -16422802 or 7235589. OLE color: 7235589.

HSL color Cylindrical-coordinate representation of color #05686E: hue angle of 183.43º 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 #05686E is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 104 110 -
CMYK 0.95 0.05 0 0.57
HSL 183.43º 0.91% 0.23% -
HSV(B) 183.43º 0.95% 0.43% -
XYZ 7.83 11.06 16.47 -
YUV 75.08 147.7 78.01 -
System Red Green Blue C M Y K H S L
Decimal 5 104 110 0.95 0.05 0 0.57 183.43 0.91 0.23
Hex 5 68 6E 5F 5 0 39 B7 5B 17
Octal 5 150 156 137 5 0 71 267 133 27
Binary 101 1101000 1101110 1011111 101 0 111001 10110111 1011011 10111

Color Harmonies of #05686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05686E

Black with #05686E

Text Example


Text Example

White with #05686E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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