Html Css Color HEX #05666E Blue Lagoon

📋 copy color: '#05666E'

red 5 ◦ green 102 ◦ blue 110

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

Shades of Blue Lagoon #05666E

Tints of Blue Lagoon #05666E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47%

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

R = 2.3%
G = 47%
B = 50.69%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05666E (or 0x05666E) is known color: Blue Lagoon. HEX triplet: 05, 66 and 6E. RGB value is (5,102,110). Sum of RGB (Red+Green+Blue) = 5+102+110=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #05666E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05666E is #FA9991. Grayscale: #494949. Windows color (decimal): -16423314 or 7235077. OLE color: 7235077.

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

Color convert

RGB 5 102 110 -
CMYK 0.95 0.07 0 0.57
HSL 184.57º 0.91% 0.23% -
HSV(B) 184.57º 0.95% 0.43% -
XYZ 7.63 10.66 16.41 -
YUV 73.91 148.36 78.85 -
System Red Green Blue C M Y K H S L
Decimal 5 102 110 0.95 0.07 0 0.57 184.57 0.91 0.23
Hex 5 66 6E 5F 7 0 39 B9 5B 17
Octal 5 146 156 137 7 0 71 271 133 27
Binary 101 1100110 1101110 1011111 111 0 111001 10111001 1011011 10111

Color Harmonies of #05666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05666E

Black with #05666E

Text Example


Text Example

White with #05666E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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