Html Css Color HEX #05856D Observatory

📋 copy color: '#05856D'

red 5 ◦ green 133 ◦ blue 109

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

Shades of Observatory #05856D

Tints of Observatory #05856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.85%

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

R = 2.02%
G = 53.85%
B = 44.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#05856D (or 0x05856D) is known color: Observatory. HEX triplet: 05, 85 and 6D. RGB value is (5,133,109). Sum of RGB (Red+Green+Blue) = 5+133+109=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #05856D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05856D is #FA7A92. Grayscale: #5B5B5B. Windows color (decimal): -16415379 or 7177477. OLE color: 7177477.

HSL color Cylindrical-coordinate representation of color #05856D: hue angle of 168.75º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05856D is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 133 109 -
CMYK 0.96 0 0.18 0.48
HSL 168.75º 0.93% 0.27% -
HSV(B) 168.75º 0.96% 0.52% -
XYZ 11.21 17.91 17.33 -
YUV 91.99 137.59 65.95 -
System Red Green Blue C M Y K H S L
Decimal 5 133 109 0.96 0 0.18 0.48 168.75 0.93 0.27
Hex 5 85 6D 60 0 12 30 A9 5D 1B
Octal 5 205 155 140 0 22 60 251 135 33
Binary 101 10000101 1101101 1100000 0 10010 110000 10101001 1011101 11011

Color Harmonies of #05856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05856D

Black with #05856D

Text Example


Text Example

White with #05856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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