Html Css Color HEX #05586D Blue Lagoon

📋 copy color: '#05586D'

red 5 ◦ green 88 ◦ blue 109

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

Shades of Blue Lagoon #05586D

Tints of Blue Lagoon #05586D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 53.96%

R = 2.48%
G = 43.56%
B = 53.96%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05586D (or 0x05586D) is known color: Blue Lagoon. HEX triplet: 05, 58 and 6D. RGB value is (5,88,109). Sum of RGB (Red+Green+Blue) = 5+88+109=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #05586D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05586D is #FAA792. Grayscale: #414141. Windows color (decimal): -16426899 or 7165957. OLE color: 7165957.

HSL color Cylindrical-coordinate representation of color #05586D: hue angle of 192.12º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05586D is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 88 109 -
CMYK 0.95 0.19 0 0.57
HSL 192.12º 0.91% 0.22% -
HSV(B) 192.12º 0.95% 0.43% -
XYZ 6.31 8.12 15.7 -
YUV 65.58 152.5 84.79 -
System Red Green Blue C M Y K H S L
Decimal 5 88 109 0.95 0.19 0 0.57 192.12 0.91 0.22
Hex 5 58 6D 5F 13 0 39 C0 5B 16
Octal 5 130 155 137 23 0 71 300 133 26
Binary 101 1011000 1101101 1011111 10011 0 111001 11000000 1011011 10110

Color Harmonies of #05586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05586D

Black with #05586D

Text Example


Text Example

White with #05586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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