Html Css Color HEX #05587A Blue Lagoon

📋 copy color: '#05587A'

red 5 ◦ green 88 ◦ blue 122

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

Shades of Blue Lagoon #05587A

Tints of Blue Lagoon #05587A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 56.74%

R = 2.33%
G = 40.93%
B = 56.74%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#05587A (or 0x05587A) is known color: Blue Lagoon. HEX triplet: 05, 58 and 7A. RGB value is (5,88,122). Sum of RGB (Red+Green+Blue) = 5+88+122=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #05587A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05587A is #FAA785. Grayscale: #424242. Windows color (decimal): -16426886 or 8017925. OLE color: 8017925.

HSL color Cylindrical-coordinate representation of color #05587A: hue angle of 197.44º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05587A is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 5 88 122 -
CMYK 0.96 0.28 0 0.52
HSL 197.44º 0.92% 0.25% -
HSV(B) 197.44º 0.96% 0.48% -
XYZ 7.07 8.42 19.66 -
YUV 67.06 159 83.74 -
System Red Green Blue C M Y K H S L
Decimal 5 88 122 0.96 0.28 0 0.52 197.44 0.92 0.25
Hex 5 58 7A 60 1C 0 34 C5 5C 19
Octal 5 130 172 140 34 0 64 305 134 31
Binary 101 1011000 1111010 1100000 11100 0 110100 11000101 1011100 11001

Color Harmonies of #05587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05587A

Black with #05587A

Text Example


Text Example

White with #05587A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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