Html Css Color HEX #05856F Observatory

📋 copy color: '#05856F'

red 5 ◦ green 133 ◦ blue 111

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

Shades of Observatory #05856F

Tints of Observatory #05856F

RGB

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

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

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

R = 2.01%
G = 53.41%
B = 44.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#05856F (or 0x05856F) is known color: Observatory. HEX triplet: 05, 85 and 6F. RGB value is (5,133,111). Sum of RGB (Red+Green+Blue) = 5+133+111=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #05856F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05856F is #FA7A90. Grayscale: #5C5C5C. Windows color (decimal): -16415377 or 7308549. OLE color: 7308549.

HSL color Cylindrical-coordinate representation of color #05856F: hue angle of 169.69º 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 #05856F is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 133 111 -
CMYK 0.96 0 0.17 0.48
HSL 169.69º 0.93% 0.27% -
HSV(B) 169.69º 0.96% 0.52% -
XYZ 11.32 17.96 17.91 -
YUV 92.22 138.59 65.79 -
System Red Green Blue C M Y K H S L
Decimal 5 133 111 0.96 0 0.17 0.48 169.69 0.93 0.27
Hex 5 85 6F 60 0 11 30 AA 5D 1B
Octal 5 205 157 140 0 21 60 252 135 33
Binary 101 10000101 1101111 1100000 0 10001 110000 10101010 1011101 11011

Color Harmonies of #05856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05856F

Black with #05856F

Text Example


Text Example

White with #05856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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