Html Css Color HEX #05936C Observatory

📋 copy color: '#05936C'

red 5 ◦ green 147 ◦ blue 108

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

Shades of Observatory #05936C

Tints of Observatory #05936C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.54%

R = 1.92%
G = 56.54%
B = 41.54%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#05936C (or 0x05936C) is known color: Observatory. HEX triplet: 05, 93 and 6C. RGB value is (5,147,108). Sum of RGB (Red+Green+Blue) = 5+147+108=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 147 (57.81% from 255 or 56.54% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 147 - color contains mainly: green. Hex color #05936C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05936C is #FA6C93. Grayscale: #646464. Windows color (decimal): -16411796 or 7115525. OLE color: 7115525.

HSL color Cylindrical-coordinate representation of color #05936C: hue angle of 163.52º 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 #05936C is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 147 108 -
CMYK 0.97 0 0.27 0.42
HSL 163.52º 0.93% 0.3% -
HSV(B) 163.52º 0.97% 0.58% -
XYZ 13.2 21.98 17.73 -
YUV 100.1 132.46 60.17 -
System Red Green Blue C M Y K H S L
Decimal 5 147 108 0.97 0 0.27 0.42 163.52 0.93 0.3
Hex 5 93 6C 61 0 1B 2A A4 5D 1E
Octal 5 223 154 141 0 33 52 244 135 36
Binary 101 10010011 1101100 1100001 0 11011 101010 10100100 1011101 11110

Color Harmonies of #05936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05936C

Black with #05936C

Text Example


Text Example

White with #05936C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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