Html Css Color HEX #05947D Observatory

📋 copy color: '#05947D'

red 5 ◦ green 148 ◦ blue 125

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

Shades of Observatory #05947D

Tints of Observatory #05947D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.96%

R = 1.8%
G = 53.24%
B = 44.96%

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

#05947D (or 0x05947D) is known color: Observatory. HEX triplet: 05, 94 and 7D. RGB value is (5,148,125). Sum of RGB (Red+Green+Blue) = 5+148+125=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #05947D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05947D is #FA6B82. Grayscale: #666666. Windows color (decimal): -16411523 or 8229893. OLE color: 8229893.

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

Color convert

RGB 5 148 125 -
CMYK 0.97 0 0.16 0.42
HSL 170.35º 0.93% 0.3% -
HSV(B) 170.35º 0.97% 0.58% -
XYZ 14.35 22.69 23.03 -
YUV 102.62 140.62 58.37 -
System Red Green Blue C M Y K H S L
Decimal 5 148 125 0.97 0 0.16 0.42 170.35 0.93 0.3
Hex 5 94 7D 61 0 10 2A AA 5D 1E
Octal 5 224 175 141 0 20 52 252 135 36
Binary 101 10010100 1111101 1100001 0 10000 101010 10101010 1011101 11110

Color Harmonies of #05947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05947D

Black with #05947D

Text Example


Text Example

White with #05947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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