Html Css Color HEX #005563 Blue Lagoon

📋 copy color: '#005563'

red 0 ◦ green 85 ◦ blue 99

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

Shades of Blue Lagoon #005563

Tints of Blue Lagoon #005563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 53.8%

R = 0%
G = 46.2%
B = 53.8%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#005563 (or 0x005563) is known color: Blue Lagoon. HEX triplet: 00, 55 and 63. RGB value is (0,85,99). Sum of RGB (Red+Green+Blue) = 0+85+99=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #005563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005563 is #FFAA9C. Grayscale: #3D3D3D. Windows color (decimal): -16755357 or 6509824. OLE color: 6509824.

HSL color Cylindrical-coordinate representation of color #005563: hue angle of 188.48º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005563 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 0 85 99 -
CMYK 1 0.14 0 0.61
HSL 188.48º 1% 0.19% -
HSV(B) 188.48º 1% 0.39% -
XYZ 5.5 7.4 12.94 -
YUV 61.18 149.34 84.36 -
System Red Green Blue C M Y K H S L
Decimal 0 85 99 1 0.14 0 0.61 188.48 1 0.19
Hex 0 55 63 64 E 0 3D BC 64 13
Octal 0 125 143 144 16 0 75 274 144 23
Binary 0 1010101 1100011 1100100 1110 0 111101 10111100 1100100 10011

Color Harmonies of #005563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005563

Black with #005563

Text Example


Text Example

White with #005563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005563; }

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

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

background-color css

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

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

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

border-color css

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

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

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