Html Css Color HEX #055863 Blue Lagoon

📋 copy color: '#055863'

red 5 ◦ green 88 ◦ blue 99

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

Shades of Blue Lagoon #055863

Tints of Blue Lagoon #055863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.83%

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

R = 2.6%
G = 45.83%
B = 51.56%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#055863 (or 0x055863) is known color: Blue Lagoon. HEX triplet: 05, 58 and 63. RGB value is (5,88,99). Sum of RGB (Red+Green+Blue) = 5+88+99=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #055863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055863 is #FAA79C. Grayscale: #404040. Windows color (decimal): -16426909 or 6510597. OLE color: 6510597.

HSL color Cylindrical-coordinate representation of color #055863: hue angle of 187.02º 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 #055863 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 88 99 -
CMYK 0.95 0.11 0 0.61
HSL 187.02º 0.9% 0.2% -
HSV(B) 187.02º 0.95% 0.39% -
XYZ 5.8 7.91 13.03 -
YUV 64.44 147.5 85.61 -
System Red Green Blue C M Y K H S L
Decimal 5 88 99 0.95 0.11 0 0.61 187.02 0.9 0.2
Hex 5 58 63 5F B 0 3D BB 5A 14
Octal 5 130 143 137 13 0 75 273 132 24
Binary 101 1011000 1100011 1011111 1011 0 111101 10111011 1011010 10100

Color Harmonies of #055863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055863

Black with #055863

Text Example


Text Example

White with #055863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055863; }

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

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

background-color css

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

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

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

border-color css

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

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

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