Html Css Color HEX #055E69 Blue Lagoon

📋 copy color: '#055E69'

red 5 ◦ green 94 ◦ blue 105

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

Shades of Blue Lagoon #055E69

Tints of Blue Lagoon #055E69

RGB

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

 GREEN value IS 94 (37.11% from 255) = 46.08%

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

R = 2.45%
G = 46.08%
B = 51.47%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#055E69 (or 0x055E69) is known color: Blue Lagoon. HEX triplet: 05, 5E and 69. RGB value is (5,94,105). Sum of RGB (Red+Green+Blue) = 5+94+105=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 94 (37.11% from 255 or 46.08% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #055E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055E69 is #FAA196. Grayscale: #444444. Windows color (decimal): -16425367 or 6905349. OLE color: 6905349.

HSL color Cylindrical-coordinate representation of color #055E69: hue angle of 186.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 #055E69 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 94 105 -
CMYK 0.95 0.10 0 0.59
HSL 186.6º 0.91% 0.22% -
HSV(B) 186.6º 0.95% 0.41% -
XYZ 6.62 9.06 14.76 -
YUV 68.64 148.51 82.61 -
System Red Green Blue C M Y K H S L
Decimal 5 94 105 0.95 0.10 0 0.59 186.6 0.91 0.22
Hex 5 5E 69 5F A 0 3B BB 5B 16
Octal 5 136 151 137 12 0 73 273 133 26
Binary 101 1011110 1101001 1011111 1010 0 111011 10111011 1011011 10110

Color Harmonies of #055E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055E69

Black with #055E69

Text Example


Text Example

White with #055E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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