Html Css Color HEX #05506B Blue Lagoon

📋 copy color: '#05506B'

red 5 ◦ green 80 ◦ blue 107

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

Shades of Blue Lagoon #05506B

Tints of Blue Lagoon #05506B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 55.73%

R = 2.6%
G = 41.67%
B = 55.73%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05506B (or 0x05506B) is known color: Blue Lagoon. HEX triplet: 05, 50 and 6B. RGB value is (5,80,107). Sum of RGB (Red+Green+Blue) = 5+80+107=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #05506B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05506B is #FAAF94. Grayscale: #3C3C3C. Windows color (decimal): -16428949 or 7032837. OLE color: 7032837.

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

Color convert

RGB 5 80 107 -
CMYK 0.95 0.25 0 0.58
HSL 195.88º 0.91% 0.22% -
HSV(B) 195.88º 0.95% 0.42% -
XYZ 5.59 6.83 14.93 -
YUV 60.65 154.15 88.3 -
System Red Green Blue C M Y K H S L
Decimal 5 80 107 0.95 0.25 0 0.58 195.88 0.91 0.22
Hex 5 50 6B 5F 19 0 3A C4 5B 16
Octal 5 120 153 137 31 0 72 304 133 26
Binary 101 1010000 1101011 1011111 11001 0 111010 11000100 1011011 10110

Color Harmonies of #05506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05506B

Black with #05506B

Text Example


Text Example

White with #05506B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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