Html Css Color HEX #05646E Blue Lagoon

📋 copy color: '#05646E'

red 5 ◦ green 100 ◦ blue 110

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

Shades of Blue Lagoon #05646E

Tints of Blue Lagoon #05646E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.51%

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

R = 2.33%
G = 46.51%
B = 51.16%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05646E (or 0x05646E) is known color: Blue Lagoon. HEX triplet: 05, 64 and 6E. RGB value is (5,100,110). Sum of RGB (Red+Green+Blue) = 5+100+110=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #05646E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05646E is #FA9B91. Grayscale: #484848. Windows color (decimal): -16423826 or 7234565. OLE color: 7234565.

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

Color convert

RGB 5 100 110 -
CMYK 0.95 0.09 0 0.57
HSL 185.71º 0.91% 0.23% -
HSV(B) 185.71º 0.95% 0.43% -
XYZ 7.43 10.27 16.34 -
YUV 72.74 149.03 79.69 -
System Red Green Blue C M Y K H S L
Decimal 5 100 110 0.95 0.09 0 0.57 185.71 0.91 0.23
Hex 5 64 6E 5F 9 0 39 BA 5B 17
Octal 5 144 156 137 11 0 71 272 133 27
Binary 101 1100100 1101110 1011111 1001 0 111001 10111010 1011011 10111

Color Harmonies of #05646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05646E

Black with #05646E

Text Example


Text Example

White with #05646E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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