Html Css Color HEX #05936D Observatory

📋 copy color: '#05936D'

red 5 ◦ green 147 ◦ blue 109

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

Shades of Observatory #05936D

Tints of Observatory #05936D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.32%

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

R = 1.92%
G = 56.32%
B = 41.76%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#05936D (or 0x05936D) is known color: Observatory. HEX triplet: 05, 93 and 6D. RGB value is (5,147,109). Sum of RGB (Red+Green+Blue) = 5+147+109=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #05936D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05936D is #FA6C92. Grayscale: #646464. Windows color (decimal): -16411795 or 7181061. OLE color: 7181061.

HSL color Cylindrical-coordinate representation of color #05936D: hue angle of 163.94º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05936D is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 147 109 -
CMYK 0.97 0 0.26 0.42
HSL 163.94º 0.93% 0.3% -
HSV(B) 163.94º 0.97% 0.58% -
XYZ 13.26 22 18.02 -
YUV 100.21 132.96 60.09 -
System Red Green Blue C M Y K H S L
Decimal 5 147 109 0.97 0 0.26 0.42 163.94 0.93 0.3
Hex 5 93 6D 61 0 1A 2A A4 5D 1E
Octal 5 223 155 141 0 32 52 244 135 36
Binary 101 10010011 1101101 1100001 0 11010 101010 10100100 1011101 11110

Color Harmonies of #05936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05936D

Black with #05936D

Text Example


Text Example

White with #05936D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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