Html Css Color HEX #055768 Blue Lagoon

📋 copy color: '#055768'

red 5 ◦ green 87 ◦ blue 104

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

Shades of Blue Lagoon #055768

Tints of Blue Lagoon #055768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 44.39%

 BLUE value IS 104 (41.02% from 255) = 53.06%

R = 2.55%
G = 44.39%
B = 53.06%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#055768 (or 0x055768) is known color: Blue Lagoon. HEX triplet: 05, 57 and 68. RGB value is (5,87,104). Sum of RGB (Red+Green+Blue) = 5+87+104=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #055768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055768 is #FAA897. Grayscale: #404040. Windows color (decimal): -16427160 or 6838021. OLE color: 6838021.

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

Color convert

RGB 5 87 104 -
CMYK 0.95 0.16 0 0.59
HSL 190.3º 0.91% 0.21% -
HSV(B) 190.3º 0.95% 0.41% -
XYZ 5.97 7.85 14.3 -
YUV 64.42 150.33 85.62 -
System Red Green Blue C M Y K H S L
Decimal 5 87 104 0.95 0.16 0 0.59 190.3 0.91 0.21
Hex 5 57 68 5F 10 0 3B BE 5B 15
Octal 5 127 150 137 20 0 73 276 133 25
Binary 101 1010111 1101000 1011111 10000 0 111011 10111110 1011011 10101

Color Harmonies of #055768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055768

Black with #055768

Text Example


Text Example

White with #055768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055768; }

 p { color: rgb(5,87,104); }

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

background-color css

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

 a { background-color: rgb(5,87,104); }

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

border-color css

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

 span { border-color: rgb(5,87,104); }

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