Html Css Color HEX #055A6C Blue Lagoon

📋 copy color: '#055A6C'

red 5 ◦ green 90 ◦ blue 108

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

Shades of Blue Lagoon #055A6C

Tints of Blue Lagoon #055A6C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 44.33%

 BLUE value IS 108 (42.58% from 255) = 53.2%

R = 2.46%
G = 44.33%
B = 53.2%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#055A6C (or 0x055A6C) is known color: Blue Lagoon. HEX triplet: 05, 5A and 6C. RGB value is (5,90,108). Sum of RGB (Red+Green+Blue) = 5+90+108=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #055A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A6C is #FAA593. Grayscale: #424242. Windows color (decimal): -16426388 or 7100933. OLE color: 7100933.

HSL color Cylindrical-coordinate representation of color #055A6C: hue angle of 190.49º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055A6C is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 90 108 -
CMYK 0.95 0.17 0 0.58
HSL 190.49º 0.91% 0.22% -
HSV(B) 190.49º 0.95% 0.42% -
XYZ 6.43 8.43 15.48 -
YUV 66.64 151.34 84.04 -
System Red Green Blue C M Y K H S L
Decimal 5 90 108 0.95 0.17 0 0.58 190.49 0.91 0.22
Hex 5 5A 6C 5F 11 0 3A BE 5B 16
Octal 5 132 154 137 21 0 72 276 133 26
Binary 101 1011010 1101100 1011111 10001 0 111010 10111110 1011011 10110

Color Harmonies of #055A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A6C

Black with #055A6C

Text Example


Text Example

White with #055A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,90,108); }

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

background-color css

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

 a { background-color: rgb(5,90,108); }

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

border-color css

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

 span { border-color: rgb(5,90,108); }

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