Html Css Color HEX #055969 Blue Lagoon

📋 copy color: '#055969'

red 5 ◦ green 89 ◦ blue 105

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

Shades of Blue Lagoon #055969

Tints of Blue Lagoon #055969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 52.76%

R = 2.51%
G = 44.72%
B = 52.76%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#055969 (or 0x055969) is known color: Blue Lagoon. HEX triplet: 05, 59 and 69. RGB value is (5,89,105). Sum of RGB (Red+Green+Blue) = 5+89+105=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #055969 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055969 is #FAA696. Grayscale: #414141. Windows color (decimal): -16426647 or 6904069. OLE color: 6904069.

HSL color Cylindrical-coordinate representation of color #055969: hue angle of 189.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055969 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 89 105 -
CMYK 0.95 0.15 0 0.59
HSL 189.6º 0.91% 0.22% -
HSV(B) 189.6º 0.95% 0.41% -
XYZ 6.18 8.2 14.62 -
YUV 65.71 150.17 84.7 -
System Red Green Blue C M Y K H S L
Decimal 5 89 105 0.95 0.15 0 0.59 189.6 0.91 0.22
Hex 5 59 69 5F F 0 3B BE 5B 16
Octal 5 131 151 137 17 0 73 276 133 26
Binary 101 1011001 1101001 1011111 1111 0 111011 10111110 1011011 10110

Color Harmonies of #055969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055969

Black with #055969

Text Example


Text Example

White with #055969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055969; }

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

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

background-color css

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

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

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

border-color css

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

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

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