Html Css Color HEX #05836B Observatory

📋 copy color: '#05836B'

red 5 ◦ green 131 ◦ blue 107

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

Shades of Observatory #05836B

Tints of Observatory #05836B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.91%

 BLUE value IS 107 (42.19% from 255) = 44.03%

R = 2.06%
G = 53.91%
B = 44.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#05836B (or 0x05836B) is known color: Observatory. HEX triplet: 05, 83 and 6B. RGB value is (5,131,107). Sum of RGB (Red+Green+Blue) = 5+131+107=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #05836B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05836B is #FA7C94. Grayscale: #5A5A5A. Windows color (decimal): -16415893 or 7045893. OLE color: 7045893.

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

Color convert

RGB 5 131 107 -
CMYK 0.96 0 0.18 0.49
HSL 168.57º 0.93% 0.27% -
HSV(B) 168.57º 0.96% 0.51% -
XYZ 10.83 17.33 16.68 -
YUV 90.59 137.26 66.95 -
System Red Green Blue C M Y K H S L
Decimal 5 131 107 0.96 0 0.18 0.49 168.57 0.93 0.27
Hex 5 83 6B 60 0 12 31 A9 5D 1B
Octal 5 203 153 140 0 22 61 251 135 33
Binary 101 10000011 1101011 1100000 0 10010 110001 10101001 1011101 11011

Color Harmonies of #05836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05836B

Black with #05836B

Text Example


Text Example

White with #05836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,131,107); }

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

background-color css

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

 a { background-color: rgb(5,131,107); }

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

border-color css

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

 span { border-color: rgb(5,131,107); }

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