Html Css Color HEX #05947C Observatory

📋 copy color: '#05947C'

red 5 ◦ green 148 ◦ blue 124

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

Shades of Observatory #05947C

Tints of Observatory #05947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.43%

 BLUE value IS 124 (48.83% from 255) = 44.77%

R = 1.81%
G = 53.43%
B = 44.77%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#05947C (or 0x05947C) is known color: Observatory. HEX triplet: 05, 94 and 7C. RGB value is (5,148,124). Sum of RGB (Red+Green+Blue) = 5+148+124=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #05947C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05947C is #FA6B83. Grayscale: #666666. Windows color (decimal): -16411524 or 8164357. OLE color: 8164357.

HSL color Cylindrical-coordinate representation of color #05947C: hue angle of 169.93º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05947C is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 148 124 -
CMYK 0.97 0 0.16 0.42
HSL 169.93º 0.93% 0.3% -
HSV(B) 169.93º 0.97% 0.58% -
XYZ 14.29 22.67 22.69 -
YUV 102.51 140.12 58.45 -
System Red Green Blue C M Y K H S L
Decimal 5 148 124 0.97 0 0.16 0.42 169.93 0.93 0.3
Hex 5 94 7C 61 0 10 2A AA 5D 1E
Octal 5 224 174 141 0 20 52 252 135 36
Binary 101 10010100 1111100 1100001 0 10000 101010 10101010 1011101 11110

Color Harmonies of #05947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05947C

Black with #05947C

Text Example


Text Example

White with #05947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,148,124); }

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

background-color css

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

 a { background-color: rgb(5,148,124); }

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

border-color css

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

 span { border-color: rgb(5,148,124); }

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