Html Css Color HEX #055667 Blue Lagoon

📋 copy color: '#055667'

red 5 ◦ green 86 ◦ blue 103

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

Shades of Blue Lagoon #055667

Tints of Blue Lagoon #055667

RGB

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

 GREEN value IS 86 (33.98% from 255) = 44.33%

 BLUE value IS 103 (40.63% from 255) = 53.09%

R = 2.58%
G = 44.33%
B = 53.09%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#055667 (or 0x055667) is known color: Blue Lagoon. HEX triplet: 05, 56 and 67. RGB value is (5,86,103). Sum of RGB (Red+Green+Blue) = 5+86+103=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #055667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055667 is #FAA998. Grayscale: #3F3F3F. Windows color (decimal): -16427417 or 6772229. OLE color: 6772229.

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

Color convert

RGB 5 86 103 -
CMYK 0.95 0.17 0 0.60
HSL 190.41º 0.91% 0.21% -
HSV(B) 190.41º 0.95% 0.4% -
XYZ 5.84 7.67 14 -
YUV 63.72 150.16 86.12 -
System Red Green Blue C M Y K H S L
Decimal 5 86 103 0.95 0.17 0 0.60 190.41 0.91 0.21
Hex 5 56 67 5F 11 0 3C BE 5B 15
Octal 5 126 147 137 21 0 74 276 133 25
Binary 101 1010110 1100111 1011111 10001 0 111100 10111110 1011011 10101

Color Harmonies of #055667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055667

Black with #055667

Text Example


Text Example

White with #055667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055667; }

 p { color: rgb(5,86,103); }

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

background-color css

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

 a { background-color: rgb(5,86,103); }

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

border-color css

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

 span { border-color: rgb(5,86,103); }

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