Html Css Color HEX #05586A Blue Lagoon

📋 copy color: '#05586A'

red 5 ◦ green 88 ◦ blue 106

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

Shades of Blue Lagoon #05586A

Tints of Blue Lagoon #05586A

RGB

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

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

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

R = 2.51%
G = 44.22%
B = 53.27%

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

#05586A (or 0x05586A) is known color: Blue Lagoon. HEX triplet: 05, 58 and 6A. RGB value is (5,88,106). Sum of RGB (Red+Green+Blue) = 5+88+106=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 106 (41.80% from 255 or 53.27% from 199); Max value from RGB is 106 - color contains mainly: blue. Hex color #05586A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05586A is #FAA795. Grayscale: #414141. Windows color (decimal): -16426902 or 6969349. OLE color: 6969349.

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

Color convert

RGB 5 88 106 -
CMYK 0.95 0.17 0 0.58
HSL 190.69º 0.91% 0.22% -
HSV(B) 190.69º 0.95% 0.42% -
XYZ 6.15 8.05 14.87 -
YUV 65.24 151 85.04 -
System Red Green Blue C M Y K H S L
Decimal 5 88 106 0.95 0.17 0 0.58 190.69 0.91 0.22
Hex 5 58 6A 5F 11 0 3A BF 5B 16
Octal 5 130 152 137 21 0 72 277 133 26
Binary 101 1011000 1101010 1011111 10001 0 111010 10111111 1011011 10110

Color Harmonies of #05586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05586A

Black with #05586A

Text Example


Text Example

White with #05586A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05586A; }

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

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

background-color css

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

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

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

border-color css

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

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

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