Html Css Color HEX #055868 Blue Lagoon

📋 copy color: '#055868'

red 5 ◦ green 88 ◦ blue 104

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

Shades of Blue Lagoon #055868

Tints of Blue Lagoon #055868

RGB

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

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

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

R = 2.54%
G = 44.67%
B = 52.79%

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

#055868 (or 0x055868) is known color: Blue Lagoon. HEX triplet: 05, 58 and 68. RGB value is (5,88,104). Sum of RGB (Red+Green+Blue) = 5+88+104=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #055868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055868 is #FAA797. Grayscale: #404040. Windows color (decimal): -16426904 or 6838277. OLE color: 6838277.

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

Color convert

RGB 5 88 104 -
CMYK 0.95 0.15 0 0.59
HSL 189.7º 0.91% 0.21% -
HSV(B) 189.7º 0.95% 0.41% -
XYZ 6.05 8.01 14.32 -
YUV 65.01 150 85.2 -
System Red Green Blue C M Y K H S L
Decimal 5 88 104 0.95 0.15 0 0.59 189.7 0.91 0.21
Hex 5 58 68 5F F 0 3B BE 5B 15
Octal 5 130 150 137 17 0 73 276 133 25
Binary 101 1011000 1101000 1011111 1111 0 111011 10111110 1011011 10101

Color Harmonies of #055868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055868

Black with #055868

Text Example


Text Example

White with #055868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055868; }

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

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

background-color css

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

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

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

border-color css

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

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

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