Html Css Color HEX #05687A Blue Lagoon

📋 copy color: '#05687A'

red 5 ◦ green 104 ◦ blue 122

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

Shades of Blue Lagoon #05687A

Tints of Blue Lagoon #05687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.02%

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

R = 2.16%
G = 45.02%
B = 52.81%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#05687A (or 0x05687A) is known color: Blue Lagoon. HEX triplet: 05, 68 and 7A. RGB value is (5,104,122). Sum of RGB (Red+Green+Blue) = 5+104+122=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #05687A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05687A is #FA9785. Grayscale: #4C4C4C. Windows color (decimal): -16422790 or 8022021. OLE color: 8022021.

HSL color Cylindrical-coordinate representation of color #05687A: hue angle of 189.23º 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 #05687A is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 5 104 122 -
CMYK 0.96 0.15 0 0.52
HSL 189.23º 0.92% 0.25% -
HSV(B) 189.23º 0.96% 0.48% -
XYZ 8.53 11.34 20.15 -
YUV 76.45 153.7 77.04 -
System Red Green Blue C M Y K H S L
Decimal 5 104 122 0.96 0.15 0 0.52 189.23 0.92 0.25
Hex 5 68 7A 60 F 0 34 BD 5C 19
Octal 5 150 172 140 17 0 64 275 134 31
Binary 101 1101000 1111010 1100000 1111 0 110100 10111101 1011100 11001

Color Harmonies of #05687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05687A

Black with #05687A

Text Example


Text Example

White with #05687A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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