Html Css Color HEX #05646D Blue Lagoon

📋 copy color: '#05646D'

red 5 ◦ green 100 ◦ blue 109

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

Shades of Blue Lagoon #05646D

Tints of Blue Lagoon #05646D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 50.93%

R = 2.34%
G = 46.73%
B = 50.93%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05646D (or 0x05646D) is known color: Blue Lagoon. HEX triplet: 05, 64 and 6D. RGB value is (5,100,109). Sum of RGB (Red+Green+Blue) = 5+100+109=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #05646D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05646D is #FA9B92. Grayscale: #484848. Windows color (decimal): -16423827 or 7169029. OLE color: 7169029.

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

Color convert

RGB 5 100 109 -
CMYK 0.95 0.08 0 0.57
HSL 185.19º 0.91% 0.22% -
HSV(B) 185.19º 0.95% 0.43% -
XYZ 7.38 10.25 16.06 -
YUV 72.62 148.53 79.77 -
System Red Green Blue C M Y K H S L
Decimal 5 100 109 0.95 0.08 0 0.57 185.19 0.91 0.22
Hex 5 64 6D 5F 8 0 39 B9 5B 16
Octal 5 144 155 137 10 0 71 271 133 26
Binary 101 1100100 1101101 1011111 1000 0 111001 10111001 1011011 10110

Color Harmonies of #05646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05646D

Black with #05646D

Text Example


Text Example

White with #05646D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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