Html Css Color HEX #055963 Blue Lagoon

📋 copy color: '#055963'

red 5 ◦ green 89 ◦ blue 99

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

Shades of Blue Lagoon #055963

Tints of Blue Lagoon #055963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.11%

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

R = 2.59%
G = 46.11%
B = 51.3%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#055963 (or 0x055963) is known color: Blue Lagoon. HEX triplet: 05, 59 and 63. RGB value is (5,89,99). Sum of RGB (Red+Green+Blue) = 5+89+99=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #055963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055963 is #FAA69C. Grayscale: #404040. Windows color (decimal): -16426653 or 6510853. OLE color: 6510853.

HSL color Cylindrical-coordinate representation of color #055963: hue angle of 186.38º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055963 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 89 99 -
CMYK 0.95 0.10 0 0.61
HSL 186.38º 0.9% 0.2% -
HSV(B) 186.38º 0.95% 0.39% -
XYZ 5.89 8.08 13.05 -
YUV 65.02 147.17 85.19 -
System Red Green Blue C M Y K H S L
Decimal 5 89 99 0.95 0.10 0 0.61 186.38 0.9 0.2
Hex 5 59 63 5F A 0 3D BA 5A 14
Octal 5 131 143 137 12 0 75 272 132 24
Binary 101 1011001 1100011 1011111 1010 0 111101 10111010 1011010 10100

Color Harmonies of #055963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055963

Black with #055963

Text Example


Text Example

White with #055963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055963; }

 p { color: rgb(5,89,99); }

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

background-color css

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

 a { background-color: rgb(5,89,99); }

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

border-color css

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

 span { border-color: rgb(5,89,99); }

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