Html Css Color HEX #005566 Blue Lagoon

📋 copy color: '#005566'

red 0 ◦ green 85 ◦ blue 102

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

Shades of Blue Lagoon #005566

Tints of Blue Lagoon #005566

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 85 (33.59% from 255) = 45.45%

 BLUE value IS 102 (40.23% from 255) = 54.55%

R = 0%
G = 45.45%
B = 54.55%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#005566 (or 0x005566) is known color: Blue Lagoon. HEX triplet: 00, 55 and 66. RGB value is (0,85,102). Sum of RGB (Red+Green+Blue) = 0+85+102=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #005566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005566 is #FFAA99. Grayscale: #3D3D3D. Windows color (decimal): -16755354 or 6706432. OLE color: 6706432.

HSL color Cylindrical-coordinate representation of color #005566: hue angle of 190º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005566 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 0 85 102 -
CMYK 1 0.17 0 0.6
HSL 190º 1% 0.2% -
HSV(B) 190º 1% 0.4% -
XYZ 5.65 7.46 13.71 -
YUV 61.52 150.84 84.12 -
System Red Green Blue C M Y K H S L
Decimal 0 85 102 1 0.17 0 0.6 190 1 0.2
Hex 0 55 66 64 11 0 3C BE 64 14
Octal 0 125 146 144 21 0 74 276 144 24
Binary 0 1010101 1100110 1100100 10001 0 111100 10111110 1100100 10100

Color Harmonies of #005566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005566

Black with #005566

Text Example


Text Example

White with #005566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005566; }

 p { color: rgb(0,85,102); }

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

background-color css

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

 a { background-color: rgb(0,85,102); }

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

border-color css

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

 span { border-color: rgb(0,85,102); }

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