Html Css Color HEX #05886C Observatory

📋 copy color: '#05886C'

red 5 ◦ green 136 ◦ blue 108

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

Shades of Observatory #05886C

Tints of Observatory #05886C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.37%

R = 2.01%
G = 54.62%
B = 43.37%

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

#05886C (or 0x05886C) is known color: Observatory. HEX triplet: 05, 88 and 6C. RGB value is (5,136,108). Sum of RGB (Red+Green+Blue) = 5+136+108=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #05886C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05886C is #FA7793. Grayscale: #5D5D5D. Windows color (decimal): -16414612 or 7112709. OLE color: 7112709.

HSL color Cylindrical-coordinate representation of color #05886C: hue angle of 167.18º 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 #05886C is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 136 108 -
CMYK 0.96 0 0.21 0.47
HSL 167.18º 0.93% 0.28% -
HSV(B) 167.18º 0.96% 0.53% -
XYZ 11.57 18.72 17.19 -
YUV 93.64 136.1 64.78 -
System Red Green Blue C M Y K H S L
Decimal 5 136 108 0.96 0 0.21 0.47 167.18 0.93 0.28
Hex 5 88 6C 60 0 15 2F A7 5D 1C
Octal 5 210 154 140 0 25 57 247 135 34
Binary 101 10001000 1101100 1100000 0 10101 101111 10100111 1011101 11100

Color Harmonies of #05886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05886C

Black with #05886C

Text Example


Text Example

White with #05886C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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