Html Css Color HEX #05506E Blue Lagoon

📋 copy color: '#05506E'

red 5 ◦ green 80 ◦ blue 110

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

Shades of Blue Lagoon #05506E

Tints of Blue Lagoon #05506E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.03%

 BLUE value IS 110 (43.36% from 255) = 56.41%

R = 2.56%
G = 41.03%
B = 56.41%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05506E (or 0x05506E) is known color: Blue Lagoon. HEX triplet: 05, 50 and 6E. RGB value is (5,80,110). Sum of RGB (Red+Green+Blue) = 5+80+110=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #05506E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05506E is #FAAF91. Grayscale: #3C3C3C. Windows color (decimal): -16428946 or 7229445. OLE color: 7229445.

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

Color convert

RGB 5 80 110 -
CMYK 0.95 0.27 0 0.57
HSL 197.14º 0.91% 0.23% -
HSV(B) 197.14º 0.95% 0.43% -
XYZ 5.75 6.9 15.78 -
YUV 61 155.65 88.06 -
System Red Green Blue C M Y K H S L
Decimal 5 80 110 0.95 0.27 0 0.57 197.14 0.91 0.23
Hex 5 50 6E 5F 1B 0 39 C5 5B 17
Octal 5 120 156 137 33 0 71 305 133 27
Binary 101 1010000 1101110 1011111 11011 0 111001 11000101 1011011 10111

Color Harmonies of #05506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05506E

Black with #05506E

Text Example


Text Example

White with #05506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05506E; }

 p { color: rgb(5,80,110); }

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

background-color css

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

 a { background-color: rgb(5,80,110); }

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

border-color css

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

 span { border-color: rgb(5,80,110); }

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