Html Css Color HEX #055C6A Blue Lagoon

📋 copy color: '#055C6A'

red 5 ◦ green 92 ◦ blue 106

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

Shades of Blue Lagoon #055C6A

Tints of Blue Lagoon #055C6A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 45.32%

 BLUE value IS 106 (41.8% from 255) = 52.22%

R = 2.46%
G = 45.32%
B = 52.22%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#055C6A (or 0x055C6A) is known color: Blue Lagoon. HEX triplet: 05, 5C and 6A. RGB value is (5,92,106). Sum of RGB (Red+Green+Blue) = 5+92+106=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #055C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055C6A is #FAA395. Grayscale: #434343. Windows color (decimal): -16425878 or 6970373. OLE color: 6970373.

HSL color Cylindrical-coordinate representation of color #055C6A: hue angle of 188.32º 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 #055C6A is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 92 106 -
CMYK 0.95 0.13 0 0.58
HSL 188.32º 0.91% 0.22% -
HSV(B) 188.32º 0.95% 0.42% -
XYZ 6.49 8.73 14.98 -
YUV 67.58 149.68 83.36 -
System Red Green Blue C M Y K H S L
Decimal 5 92 106 0.95 0.13 0 0.58 188.32 0.91 0.22
Hex 5 5C 6A 5F D 0 3A BC 5B 16
Octal 5 134 152 137 15 0 72 274 133 26
Binary 101 1011100 1101010 1011111 1101 0 111010 10111100 1011011 10110

Color Harmonies of #055C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055C6A

Black with #055C6A

Text Example


Text Example

White with #055C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,92,106); }

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

background-color css

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

 a { background-color: rgb(5,92,106); }

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

border-color css

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

 span { border-color: rgb(5,92,106); }

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