Html Css Color HEX #05896D Observatory

📋 copy color: '#05896D'

red 5 ◦ green 137 ◦ blue 109

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

Shades of Observatory #05896D

Tints of Observatory #05896D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.43%

R = 1.99%
G = 54.58%
B = 43.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#05896D (or 0x05896D) is known color: Observatory. HEX triplet: 05, 89 and 6D. RGB value is (5,137,109). Sum of RGB (Red+Green+Blue) = 5+137+109=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 137 (53.91% from 255 or 54.58% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 137 - color contains mainly: green. Hex color #05896D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05896D is #FA7692. Grayscale: #5E5E5E. Windows color (decimal): -16414355 or 7178501. OLE color: 7178501.

HSL color Cylindrical-coordinate representation of color #05896D: hue angle of 167.27º 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 #05896D is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 137 109 -
CMYK 0.96 0 0.20 0.46
HSL 167.27º 0.93% 0.28% -
HSV(B) 167.27º 0.96% 0.54% -
XYZ 11.77 19.03 17.52 -
YUV 94.34 136.27 64.28 -
System Red Green Blue C M Y K H S L
Decimal 5 137 109 0.96 0 0.20 0.46 167.27 0.93 0.28
Hex 5 89 6D 60 0 14 2E A7 5D 1C
Octal 5 211 155 140 0 24 56 247 135 34
Binary 101 10001001 1101101 1100000 0 10100 101110 10100111 1011101 11100

Color Harmonies of #05896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05896D

Black with #05896D

Text Example


Text Example

White with #05896D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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