Html Css Color HEX #05566D Blue Lagoon

📋 copy color: '#05566D'

red 5 ◦ green 86 ◦ blue 109

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

Shades of Blue Lagoon #05566D

Tints of Blue Lagoon #05566D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43%

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

R = 2.5%
G = 43%
B = 54.5%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05566D (or 0x05566D) is known color: Blue Lagoon. HEX triplet: 05, 56 and 6D. RGB value is (5,86,109). Sum of RGB (Red+Green+Blue) = 5+86+109=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #05566D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05566D is #FAA992. Grayscale: #404040. Windows color (decimal): -16427411 or 7165445. OLE color: 7165445.

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

Color convert

RGB 5 86 109 -
CMYK 0.95 0.21 0 0.57
HSL 193.27º 0.91% 0.22% -
HSV(B) 193.27º 0.95% 0.43% -
XYZ 6.15 7.79 15.65 -
YUV 64.4 153.16 85.63 -
System Red Green Blue C M Y K H S L
Decimal 5 86 109 0.95 0.21 0 0.57 193.27 0.91 0.22
Hex 5 56 6D 5F 15 0 39 C1 5B 16
Octal 5 126 155 137 25 0 71 301 133 26
Binary 101 1010110 1101101 1011111 10101 0 111001 11000001 1011011 10110

Color Harmonies of #05566D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05566D

Black with #05566D

Text Example


Text Example

White with #05566D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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