Html Css Color HEX #05906F Observatory

📋 copy color: '#05906F'

red 5 ◦ green 144 ◦ blue 111

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

Shades of Observatory #05906F

Tints of Observatory #05906F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 55.38%

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

R = 1.92%
G = 55.38%
B = 42.69%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#05906F (or 0x05906F) is known color: Observatory. HEX triplet: 05, 90 and 6F. RGB value is (5,144,111). Sum of RGB (Red+Green+Blue) = 5+144+111=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 144 (56.64% from 255 or 55.38% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 144 - color contains mainly: green. Hex color #05906F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05906F is #FA6F90. Grayscale: #626262. Windows color (decimal): -16412561 or 7311365. OLE color: 7311365.

HSL color Cylindrical-coordinate representation of color #05906F: hue angle of 165.76º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05906F is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 144 111 -
CMYK 0.97 0 0.23 0.44
HSL 165.76º 0.93% 0.29% -
HSV(B) 165.76º 0.97% 0.56% -
XYZ 12.91 21.13 18.44 -
YUV 98.68 134.95 61.18 -
System Red Green Blue C M Y K H S L
Decimal 5 144 111 0.97 0 0.23 0.44 165.76 0.93 0.29
Hex 5 90 6F 61 0 17 2C A6 5D 1D
Octal 5 220 157 141 0 27 54 246 135 35
Binary 101 10010000 1101111 1100001 0 10111 101100 10100110 1011101 11101

Color Harmonies of #05906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05906F

Black with #05906F

Text Example


Text Example

White with #05906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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