Html Css Color HEX #05896F Observatory

📋 copy color: '#05896F'

red 5 ◦ green 137 ◦ blue 111

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

Shades of Observatory #05896F

Tints of Observatory #05896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 54.15%

 BLUE value IS 111 (43.75% from 255) = 43.87%

R = 1.98%
G = 54.15%
B = 43.87%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#05896F (or 0x05896F) is known color: Observatory. HEX triplet: 05, 89 and 6F. RGB value is (5,137,111). Sum of RGB (Red+Green+Blue) = 5+137+111=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 137 (53.91% from 255 or 54.15% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 137 - color contains mainly: green. Hex color #05896F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05896F is #FA7690. Grayscale: #5E5E5E. Windows color (decimal): -16414353 or 7309573. OLE color: 7309573.

HSL color Cylindrical-coordinate representation of color #05896F: hue angle of 168.18º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05896F is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 137 111 -
CMYK 0.96 0 0.19 0.46
HSL 168.18º 0.93% 0.28% -
HSV(B) 168.18º 0.96% 0.54% -
XYZ 11.88 19.07 18.09 -
YUV 94.57 137.27 64.11 -
System Red Green Blue C M Y K H S L
Decimal 5 137 111 0.96 0 0.19 0.46 168.18 0.93 0.28
Hex 5 89 6F 60 0 13 2E A8 5D 1C
Octal 5 211 157 140 0 23 56 250 135 34
Binary 101 10001001 1101111 1100000 0 10011 101110 10101000 1011101 11100

Color Harmonies of #05896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05896F

Black with #05896F

Text Example


Text Example

White with #05896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05896F; }

 p { color: rgb(5,137,111); }

 H1.HeaderClassName
 {
   color: #05896F;
 }
 .AnyTagClassName
 {
   color: #05896F;
 }
</style>

background-color css

<style>
 a { background-color: #05896F; }

 a { background-color: rgb(5,137,111); }

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

border-color css

<style>
 span { border-color: #05896F; }

 span { border-color: rgb(5,137,111); }

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