Html Css Color HEX #05886B Observatory

📋 copy color: '#05886B'

red 5 ◦ green 136 ◦ blue 107

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

Shades of Observatory #05886B

Tints of Observatory #05886B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.84%

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

R = 2.02%
G = 54.84%
B = 43.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#05886B (or 0x05886B) is known color: Observatory. HEX triplet: 05, 88 and 6B. RGB value is (5,136,107). Sum of RGB (Red+Green+Blue) = 5+136+107=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 136 (53.52% from 255 or 54.84% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 136 - color contains mainly: green. Hex color #05886B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05886B is #FA7794. Grayscale: #5D5D5D. Windows color (decimal): -16414613 or 7047173. OLE color: 7047173.

HSL color Cylindrical-coordinate representation of color #05886B: hue angle of 166.72º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05886B is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 136 107 -
CMYK 0.96 0 0.21 0.47
HSL 166.72º 0.93% 0.28% -
HSV(B) 166.72º 0.96% 0.53% -
XYZ 11.52 18.7 16.91 -
YUV 93.53 135.6 64.86 -
System Red Green Blue C M Y K H S L
Decimal 5 136 107 0.96 0 0.21 0.47 166.72 0.93 0.28
Hex 5 88 6B 60 0 15 2F A7 5D 1C
Octal 5 210 153 140 0 25 57 247 135 34
Binary 101 10001000 1101011 1100000 0 10101 101111 10100111 1011101 11100

Color Harmonies of #05886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05886B

Black with #05886B

Text Example


Text Example

White with #05886B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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