Html Css Color HEX #05947B Observatory

📋 copy color: '#05947B'

red 5 ◦ green 148 ◦ blue 123

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

Shades of Observatory #05947B

Tints of Observatory #05947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.57%

R = 1.81%
G = 53.62%
B = 44.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#05947B (or 0x05947B) is known color: Observatory. HEX triplet: 05, 94 and 7B. RGB value is (5,148,123). Sum of RGB (Red+Green+Blue) = 5+148+123=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #05947B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05947B is #FA6B84. Grayscale: #666666. Windows color (decimal): -16411525 or 8098821. OLE color: 8098821.

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

Color convert

RGB 5 148 123 -
CMYK 0.97 0 0.17 0.42
HSL 169.51º 0.93% 0.3% -
HSV(B) 169.51º 0.97% 0.58% -
XYZ 14.23 22.64 22.36 -
YUV 102.39 139.62 58.53 -
System Red Green Blue C M Y K H S L
Decimal 5 148 123 0.97 0 0.17 0.42 169.51 0.93 0.3
Hex 5 94 7B 61 0 11 2A AA 5D 1E
Octal 5 224 173 141 0 21 52 252 135 36
Binary 101 10010100 1111011 1100001 0 10001 101010 10101010 1011101 11110

Color Harmonies of #05947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05947B

Black with #05947B

Text Example


Text Example

White with #05947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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