Html Css Color HEX #05947A Observatory

📋 copy color: '#05947A'

red 5 ◦ green 148 ◦ blue 122

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

Shades of Observatory #05947A

Tints of Observatory #05947A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.36%

R = 1.82%
G = 53.82%
B = 44.36%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#05947A (or 0x05947A) is known color: Observatory. HEX triplet: 05, 94 and 7A. RGB value is (5,148,122). Sum of RGB (Red+Green+Blue) = 5+148+122=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 148 (58.20% from 255 or 53.82% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 148 - color contains mainly: green. Hex color #05947A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05947A is #FA6B85. Grayscale: #666666. Windows color (decimal): -16411526 or 8033285. OLE color: 8033285.

HSL color Cylindrical-coordinate representation of color #05947A: hue angle of 169.09º 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 #05947A is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 148 122 -
CMYK 0.97 0 0.18 0.42
HSL 169.09º 0.93% 0.3% -
HSV(B) 169.09º 0.97% 0.58% -
XYZ 14.17 22.62 22.03 -
YUV 102.28 139.12 58.61 -
System Red Green Blue C M Y K H S L
Decimal 5 148 122 0.97 0 0.18 0.42 169.09 0.93 0.3
Hex 5 94 7A 61 0 12 2A A9 5D 1E
Octal 5 224 172 141 0 22 52 251 135 36
Binary 101 10010100 1111010 1100001 0 10010 101010 10101001 1011101 11110

Color Harmonies of #05947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05947A

Black with #05947A

Text Example


Text Example

White with #05947A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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